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, setXulDomContainerpublic void init(org.pentaho.di.repository.Repository repository)
throws ControllerInitializationException
init in interface IUISupportControllerinit in class LazilyInitializedControllerControllerInitializationExceptionpublic String getName()
getName in interface IUISupportControllergetName in interface org.pentaho.ui.xul.impl.XulEventHandlergetName in class org.pentaho.ui.xul.impl.AbstractXulEventHandlerpublic 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()