Uses of Class
com.hlcl.rql.as.OptionList

Packages that use OptionList
com.hlcl.rql.as   
 

Uses of OptionList in com.hlcl.rql.as
 

Methods in com.hlcl.rql.as that return OptionList
 OptionList Page.getOptionList(java.lang.String listTemplateElementName)
          Liefert die OptionsListe aus dieser Seite, der auf dem gegebenen templateElement basiert.
 

Methods in com.hlcl.rql.as with parameters of type OptionList
 void Page.copyOptionListValueTo(java.lang.String sourceTemplateElementName, OptionList targetElement)
          Kopiert den Wert der Optionsliste dieser Seite, das auf dem gegebenen templateElement basiert in das targetElement.
 

Constructors in com.hlcl.rql.as with parameters of type OptionList
OptionListSelection(OptionList optionList, java.lang.String selectionGuid, java.lang.String description, java.lang.String value, boolean isDefault)
          OptionListEntry constructor comment.