|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.oktiva.mogno.Component
com.oktiva.mogno.Visual
com.oktiva.mogno.Container
com.oktiva.mogno.html.Select
com.oktiva.mogno.additional.SelectView
com.oktiva.mogno.additional.SuperSelect
A select with options.
Field Summary | |
java.lang.String |
optionsString
|
boolean |
orderInverse
|
boolean |
orderOptions
|
java.lang.String |
orderType
|
Fields inherited from class com.oktiva.mogno.additional.SelectView |
viewOnly |
Fields inherited from class com.oktiva.mogno.html.Select |
dir, disabled, evOnChange, lang, multiple, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, required, size, tabindex, values |
Fields inherited from class com.oktiva.mogno.Container |
afterEnd, content |
Fields inherited from class com.oktiva.mogno.Visual |
evOnShow, evOnSyntaxError, gridHeight, gridWeightX, gridWeightY, gridWidth, id, lastError, left, parent, problematic, style, styleClass, title, top |
Fields inherited from class com.oktiva.mogno.Component |
bag, componentFiler, componentFilerParams, designing, eventQueue, evOnCreate, name, owned, ownedClasses, owner, tag, xmlFileName |
Constructor Summary | |
SuperSelect()
Creates a new instance of SuperSelect |
Method Summary | |
void |
addOption(java.util.Hashtable option)
Add an option to the select. |
void |
addOption(java.lang.String value,
java.lang.String label)
Add an option to the select. |
protected java.util.Hashtable |
getContentsByValue()
|
java.lang.String |
getOptionsString()
String in the format value|label[&&value|label[&&...]] |
java.lang.String |
getOrderType()
Getter for property orderType. |
boolean |
isOrderInverse()
Getter for property orderInverse. |
boolean |
isOrderOptions()
Getter for property orderOptions. |
void |
setOptions(java.util.Vector options)
Set the options. |
void |
setOptionsString(java.lang.String optionsString)
String in the format value|label[&&value|label[&&...]] |
void |
setOrderInverse(boolean orderInverse)
Setter for property orderInverse. |
void |
setOrderOptions(boolean orderOptions)
Setter for property orderOptions. |
void |
setOrderType(java.lang.String orderType)
Setter for property orderType. |
java.lang.String |
startContainer()
Starts the select and puts the options. |
Methods inherited from class com.oktiva.mogno.additional.SelectView |
isViewOnly, setViewOnly, show |
Methods inherited from class com.oktiva.mogno.html.Select |
checkSyntax, getDir, getDisabled, getEvOnChange, getId, getLang, getMultiple, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getRequired, getSize, getTabindex, getValue, getValues, htmlAttributes, isSelected, receiveRequest, serializeValues, setDir, setDisabled, setEvOnChange, setLang, setMultiple, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setRequired, setSize, setTabindex, setValue, setValues, unserializeValues |
Methods inherited from class com.oktiva.mogno.Container |
addChildsVector, betweenColumns, betweenRows, endColumn, endContainer, endRow, getChildsVector, getContent, getFullComponentsVector, getOrderedChildNames, getOrderedChildsVector, nonAttributeGetters, orderChildsVector, selectParentComponent, setContent, startColumn, startRow |
Methods inherited from class com.oktiva.mogno.Component |
attribsHash, createOwnedComponents, dispatch, dispatchAll, dispatchFunction, eventParamTypes, eventParamValues, freeChild, getApplication, getAttrsTypes, getBag, getChild, getChildClass, getClone, getEvOnCreate, getFromBag, getName, getOwner, initialize, initialize, initialize, initialize, isDesigning, listChilds, putInBag, queue, registerChild, removeFromBag, serializedBag, setBag, setComponentFiler, setComponentFilerParams, setDesigning, setEvOnCreate, setName, setOwner, setProperties, store, unserializeBag |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String optionsString
public boolean orderOptions
public java.lang.String orderType
public boolean orderInverse
Constructor Detail |
public SuperSelect()
Method Detail |
public java.lang.String startContainer()
startContainer
in class Select
protected java.util.Hashtable getContentsByValue()
getContentsByValue
in class SelectView
public void addOption(java.util.Hashtable option)
option
- Hashtable with keys "value" and "label".public void addOption(java.lang.String value, java.lang.String label)
public void setOptions(java.util.Vector options)
public java.lang.String getOptionsString()
public void setOptionsString(java.lang.String optionsString)
public boolean isOrderOptions()
public void setOrderOptions(boolean orderOptions)
orderOptions
- New value of property orderOptions.public java.lang.String getOrderType()
public void setOrderType(java.lang.String orderType)
orderType
- New value of property orderType.public boolean isOrderInverse()
public void setOrderInverse(boolean orderInverse)
orderInverse
- New value of property orderInverse.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |