www.element4solution.com

e4s.html.input.extended
Class E4SelectValues.OPTIONGROUP

java.lang.Object
  extended by e4s.util.E4Object
      extended by e4s.html.input.extended.E4SelectValues.OPTIONGROUP
Enclosing class:
E4SelectValues

public static class E4SelectValues.OPTIONGROUP
extends E4Object

A optiongroup defines a grouping in <OPTION>-tags for a SELECT element.

See Also:
E4SelectValues.addOptionGroup(java.lang.String, e4s.html.input.extended.E4SelectValues)

Field Summary
 
Fields inherited from class e4s.util.E4Object
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET
 
Constructor Summary
E4SelectValues.OPTIONGROUP(E4Label_Intf label, E4SelectValues val)
           
 
Method Summary
 void collectStylesForEditing(E4StylesHash v, E4ServletImplementation_Intf servlet)
           
 E4Label_Intf findOption(java.lang.String searchFor)
           
 E4Label_Intf firstOptionLabel()
           
 java.lang.String firstOptionValue()
           
 boolean getDisabled()
           
 E4Label_Intf getDisplay()
           
 E4SelectValues getValues()
           
 void setDisabled(boolean mode)
           
 void setDisplay(E4Label_Intf label)
           
 void showUntranslatedInBrackets(boolean mode)
           
 int sizeIncludingSub()
           
 java.lang.String toString()
           
 
Methods inherited from class e4s.util.E4Object
_getSVNVersionString, Calendar, CName, CName, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelSys, E4LabelSys, e4sCopyright, e4sVersion, encode, encode, encode, encodeHtml, encodeHtml, encodeHtml, encodeURL, encodeURL, encodeURL, finalize, getLINE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTraceMemory, HtmlEncode, HtmlEncode, HtmlEncode, isdecimal, isdigit, isnotok, isnotok, isnumeric, isok, isok, isok, isok, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingStack, mkdirs, null2nbsp, null2nbsp, null2nbsp, ok, ok, ok, ok, outPrintln, setLogFile4Trace, setTraceMemory, STACKTRACE, toDebug, toDouble, toFloat, toFloat, TRACE_CALLS, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, wait
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

E4SelectValues.OPTIONGROUP

public E4SelectValues.OPTIONGROUP(E4Label_Intf label,
                                  E4SelectValues val)
Method Detail

getDisplay

public E4Label_Intf getDisplay()

getValues

public E4SelectValues getValues()

getDisabled

public boolean getDisabled()

setDisabled

public void setDisabled(boolean mode)

setDisplay

public void setDisplay(E4Label_Intf label)

showUntranslatedInBrackets

public void showUntranslatedInBrackets(boolean mode)

toString

public java.lang.String toString()
Overrides:
toString in class E4Object

findOption

public E4Label_Intf findOption(java.lang.String searchFor)

collectStylesForEditing

public void collectStylesForEditing(E4StylesHash v,
                                    E4ServletImplementation_Intf servlet)

sizeIncludingSub

public int sizeIncludingSub()

firstOptionValue

public java.lang.String firstOptionValue()

firstOptionLabel

public E4Label_Intf firstOptionLabel()

www.element4solution.com