com.waveset.ui
Class EditForm.ActionSelect

java.lang.Object
  extended bycom.waveset.ui.EditForm.Item
      extended bycom.waveset.ui.EditForm.Select
          extended bycom.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)
           
 
Method Summary
 java.lang.String getCommand()
           
 
Methods inherited from class com.waveset.ui.EditForm.Select
getAllowedValues, getLabels, toHTML
 
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
 

Constructor Detail

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)
Method Detail

getCommand

public java.lang.String getCommand()