Swat.SwatSelectList
/Swat/SwatSelectList.php at line 13
Class SwatSelectList
SwatObject
└─SwatUIObject
└─SwatWidget
└─SwatControl
└─SwatInputControl
└─SwatOptionControl
└─SwatCheckboxList
└─SwatSelectList
public class SwatSelectList
extends SwatCheckboxList
- Copyright:
- 2007 silverorange
- License:
- http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
| Field Summary |
| integer |
$size Optional number of rows in the select list. |
| Fields inherited from Swat.SwatInputControl |
| required |
| Method Summary |
| void |
display() Displays this select list. |
| SwatMessage |
getNote() Gets a note letting the user know the select list can select multiple
options. |
| Methods inherited from Swat.SwatCheckboxList |
| createCompositeWidgets, display, displayOption, getCSSClassNames, getInlineJavaScript, getLiTag, getState, init, process, processValues, reset, setState |
| Methods inherited from Swat.SwatInputControl |
| getForm, init |
| Methods inherited from Swat.SwatWidget |
| addCompositeWidget, addMessage, confirmCompositeWidgets, copy, createCompositeWidgets, display, displayHtmlHeadEntries, getCSSClassNames, getCompositeWidget, getCompositeWidgets, getFocusableHtmlId, getHtmlHeadEntrySet, getMessages, hasMessage, init, isDisplayed, isInitialized, isProcessed, isSensitive, printWidgetTree, process, replaceWithContainer |
| Methods inherited from Swat.SwatUIObject |
| addComment, addJavaScript, addStyleSheet, addTangoAttribution, copy, getCSSClassNames, getCSSClassString, getFirstAncestor, getHtmlHeadEntrySet, getInlineJavaScript, getUniqueId, isVisible |
Field Detail
/Swat/SwatSelectList.php at line 22
size
public integer $size
Optional number of rows in the select list
Method Detail
/Swat/SwatSelectList.php at line 30
display
public void display()
Displays this select list
/Swat/SwatSelectList.php at line 77
getNote
public SwatMessage getNote()
Gets a note letting the user know the select list can select multiple
options
- Returns:
- a note letting the user know the select list can select multiple options.
- See Also:
- SwatControl::getNote()
List of selectable options