public class PartitionsController extends LazilyInitializedController implements IUISupportController
Constructor and Description |
---|
PartitionsController() |
Modifier and Type | Method and Description |
---|---|
void |
createBindings() |
void |
createPartition() |
void |
editPartition() |
void |
enableButtons(boolean enableNew,
boolean enableEdit,
boolean enableRemove) |
String |
getName() |
void |
init(org.pentaho.di.repository.Repository repository) |
void |
refreshPartitions() |
void |
removePartition() |
void |
setEnableButtons(List<UIPartition> partitions) |
void |
setVariableSpace(org.pentaho.di.core.variables.VariableSpace variableSpace) |
void |
tabClicked() |
bind, bind, getData, getXulDomContainer, setData, setName, setXulDomContainer
public String getName()
getName
in interface IUISupportController
getName
in interface org.pentaho.ui.xul.impl.XulEventHandler
getName
in class org.pentaho.ui.xul.impl.AbstractXulEventHandler
public void init(org.pentaho.di.repository.Repository repository) throws ControllerInitializationException
init
in interface IUISupportController
init
in class LazilyInitializedController
ControllerInitializationException
public void createBindings()
public void setVariableSpace(org.pentaho.di.core.variables.VariableSpace variableSpace)
public void editPartition()
public void createPartition()
public void removePartition()
public void refreshPartitions()
public void setEnableButtons(List<UIPartition> partitions)
public void enableButtons(boolean enableNew, boolean enableEdit, boolean enableRemove)
public void tabClicked()