public class EnvObjPropertyDialogController extends AbstractPropertyDialogController<EnvObjectVO>
Constructor and Description |
---|
EnvObjPropertyDialogController()
Constructs a new environment object properties dialog controller
|
Modifier and Type | Method and Description |
---|---|
void |
bindNiftyElements()
Maps Nifty controls that are used in the Nifty Definition
|
de.lessvoid.nifty.elements.Element |
getDeleteButton()
Gets the delete button for removing the environment object from the simulation.
|
void |
init()
Initializes local variables
|
void |
populatePanel()
Populate the controls such as dropdown.
|
void |
setEntity(EnvObjectVO entity) |
void |
subscriptions()
Adds Nifty subscriptions for Nifty controls.
|
void |
updatePanel()
Updates the values in the controls.
|
bind, createCustomControl, createDropDownControl, createSpinnerControl, getNiftyControl, init, inputEvent, onFocus, onStartScreen, populateDropDown
public EnvObjPropertyDialogController()
public void init()
AbstractDialogController
init
in class AbstractDialogController
public void bindNiftyElements()
AbstractDialogController
bindNiftyElements
in class AbstractDialogController
public void populatePanel()
AbstractDialogController
populatePanel
in class AbstractDialogController
public void subscriptions()
AbstractDialogController
subscriptions
in class AbstractDialogController
public void updatePanel()
AbstractDialogController
updatePanel
in class AbstractDialogController
public de.lessvoid.nifty.elements.Element getDeleteButton()
public void setEntity(EnvObjectVO entity)