|
||||||||||
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
ComponentView
,
FormView
Field Summary | |
boolean |
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 | |
SelectView()
|
Method Summary | |
protected java.util.Hashtable |
getContentsByValue()
|
boolean |
isViewOnly()
Getter for property viewOnly. |
void |
setViewOnly(boolean viewOnly)
Setter for property viewOnly. |
java.lang.String |
show()
Builds the HTML from the ordered childs list. |
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, startContainer, 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 boolean viewOnly
Constructor Detail |
public SelectView()
Method Detail |
public java.lang.String show() throws java.lang.Exception
Container
show
in class Container
java.lang.Exception
protected java.util.Hashtable getContentsByValue()
public boolean isViewOnly()
isViewOnly
in interface ComponentView
public void setViewOnly(boolean viewOnly)
setViewOnly
in interface ComponentView
viewOnly
- New value of property viewOnly.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |