com.waveset.ui
Class EditForm.ActionSelect
java.lang.Object
com.waveset.ui.EditForm.Item
com.waveset.ui.EditForm.Select
com.waveset.ui.EditForm.ActionSelect
- All Implemented Interfaces:
- java.lang.Cloneable
- Enclosing class:
- EditForm
- public static class EditForm.ActionSelect
- extends EditForm.Select
A class describing the contents of a <select> element that will
take an action when an item is selected.
Like a Select, it is a single value item with a list of allowed values
we will use the Button's submitCommand JavaScript function to
achieve the action
Constructor Summary |
EditForm.ActionSelect(java.lang.String title,
java.lang.String name,
java.lang.String value,
java.lang.Object[] allowed,
java.lang.String command)
|
Methods inherited from class com.waveset.ui.EditForm.Item |
clone, getAlignment, getHelpRef, getHTMLClass, getName, getPageInformation, getTitle, getValue, isNoWrap, isRenderAllHTML, isRequired, setAlignment, setForm, setHelpRef, setHTMLClass, setNoWrap, setPageInformation, setRenderAllHTML, setRenderInTitleColumn, setRequired, toHTML |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditForm.ActionSelect
public EditForm.ActionSelect(java.lang.String title,
java.lang.String name,
java.lang.String value,
java.lang.Object[] allowed,
java.lang.String command)
getCommand
public java.lang.String getCommand()