|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.wotonomy.web.WOElement
net.wotonomy.web.WODynamicElement
net.wotonomy.web.WOInput
net.wotonomy.web.WOTextField
net.wotonomy.web.WOHiddenField
public class WOHiddenField
Used to dynamically generate a hidden field within a form.
Field Summary |
---|
Fields inherited from class net.wotonomy.web.WODynamicElement |
---|
associations, name, rootElement |
Constructor Summary | |
---|---|
WOHiddenField()
|
|
WOHiddenField(java.lang.String n,
net.wotonomy.foundation.NSDictionary m,
WOElement t)
|
Method Summary | |
---|---|
void |
takeValuesFromRequest(WORequest r,
WOContext c)
This method is called to retrieve user-entered data from the request. |
Methods inherited from class net.wotonomy.web.WOTextField |
---|
additionalAttributes, inputType, value |
Methods inherited from class net.wotonomy.web.WOInput |
---|
appendExtras, appendToResponse, disabled, formattedValue, inputName |
Methods inherited from class net.wotonomy.web.WODynamicElement |
---|
generateResponse, invokeAction |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WOHiddenField()
public WOHiddenField(java.lang.String n, net.wotonomy.foundation.NSDictionary m, WOElement t)
Method Detail |
---|
public void takeValuesFromRequest(WORequest r, WOContext c)
WODynamicElement
takeValuesFromRequest
in class WOInput
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |