public class SlavesController extends LazilyInitializedController implements IUISupportController
Constructor and Description |
---|
SlavesController() |
Modifier and Type | Method and Description |
---|---|
void |
createBindings() |
void |
createSlave() |
void |
editSlave() |
void |
enableButtons(boolean enableNew,
boolean enableEdit,
boolean enableRemove) |
String |
getName() |
void |
init(org.pentaho.di.repository.Repository repository) |
void |
refreshSlaves() |
void |
removeSlave() |
void |
setEnableButtons(List<UISlave> slaves) |
void |
tabClicked() |
bind, bind, getData, getXulDomContainer, setData, setName, setXulDomContainer
public void init(org.pentaho.di.repository.Repository repository) throws ControllerInitializationException
init
in interface IUISupportController
init
in class LazilyInitializedController
ControllerInitializationException
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 createBindings()
public void refreshSlaves()
public void createSlave()
public void editSlave()
public void removeSlave()
public void enableButtons(boolean enableNew, boolean enableEdit, boolean enableRemove)
public void tabClicked()