| java.lang.Object org.apache.lenya.config.impl.SubParamsGUI
SubParamsGUI | public class SubParamsGUI (Code) | | |
checkFirst | public void checkFirst()(Code) | | Checks if its first step and disables the back button
|
checkLast | public void checkLast()(Code) | | Checks if its last step and disables next button but adding a save button
|
createSubParamsGui | public void createSubParamsGui()(Code) | | |
currentStep | public void currentStep(String direction)(Code) | | Takes care about the steps progress (list on left side)
Parameters: direction - |
getStep | public int getStep()(Code) | | Returns the current step
steps |
moveBack | public void moveBack()(Code) | | Controls behavior if back button is pressed
|
moveNext | public void moveNext()(Code) | | Controls behavior if next button is pressed
|
setLocalValue | public void setLocalValue()(Code) | | Set local value depending on chosen value
|
setRadioButton | public void setRadioButton()(Code) | | Set radio button
|
showNormalOptions | public void showNormalOptions()(Code) | | Shows the normal options (paramaters)
|
|
|