silverorange Code


Swat.SwatSelectList
/Swat/SwatSelectList.php at line 13

Class SwatSelectList

SwatObject
└─SwatUIObject
└─SwatWidget
└─SwatControl
└─SwatInputControl
└─SwatOptionControl
└─SwatCheckboxList
└─SwatSelectList

public class SwatSelectList
extends SwatCheckboxList

List of selectable options

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.SwatCheckboxList
columns, show_check_all, values
Fields inherited from Swat.SwatOptionControl
options, serialize_values
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.SwatOptionControl
addOption, addOptionsByArray, getOption, getOptions, getOptionsByValue, removeOption, removeOptionsByValue
Methods inherited from Swat.SwatInputControl
getForm, init
Methods inherited from Swat.SwatControl
addMessage, getNote, printWidgetTree
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()

silverorange Code