|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.webwork.components.Component
com.opensymphony.webwork.components.UIBean
com.opensymphony.webwork.components.ListUIBean
com.opensymphony.webwork.components.DoubleListUIBean
public abstract class DoubleListUIBean
DoubleListUIBean is the standard superclass of all webwork double list handling components.
Note that the doublelistkey and doublelistvalue attribute will default to "key" and "value" respectively only when the doublelist attribute is evaluated to a Map or its decendant. Other thing else, will result in doublelistkey and doublelistvalue to be null and not used.
Fields inherited from class com.opensymphony.webwork.components.ListUIBean |
---|
list, listKey, listValue, throwExceptionOnNullValueAttribute |
Fields inherited from class com.opensymphony.webwork.components.UIBean |
---|
accesskey, cssClass, cssStyle, disabled, label, labelPosition, name, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, request, required, requiredposition, response, tabindex, template, templateDir, templateSuffix, theme, title, tooltip, tooltipConfig, value |
Fields inherited from class com.opensymphony.webwork.components.Component |
---|
COMPONENT_STACK, id, parameters, stack |
Constructor Summary | |
---|---|
DoubleListUIBean(OgnlValueStack stack,
HttpServletRequest request,
HttpServletResponse response)
|
Method Summary | |
---|---|
void |
evaluateExtraParams()
|
String |
getDoubleCssClass()
|
String |
getDoubleCssStyle()
|
String |
getDoubleDisabled()
|
String |
getDoubleEmptyOption()
|
String |
getDoubleHeaderKey()
|
String |
getDoubleHeaderValue()
|
String |
getDoubleId()
|
String |
getDoubleList()
|
String |
getDoubleListKey()
Set the list key of the second attribute |
String |
getDoubleListValue()
|
String |
getDoubleMultiple()
|
String |
getDoubleName()
|
String |
getDoubleOnblur()
|
String |
getDoubleOnchange()
|
String |
getDoubleOnclick()
|
String |
getDoubleOndblclick()
|
String |
getDoubleOnfocus()
|
String |
getDoubleOnkeydown()
|
String |
getDoubleOnkeypress()
|
String |
getDoubleOnkeyup()
|
String |
getDoubleOnmousedown()
|
String |
getDoubleOnmousemove()
|
String |
getDoubleOnmouseout()
|
String |
getDoubleOnmouseover()
|
String |
getDoubleOnmouseup()
|
String |
getDoubleOnselect()
|
String |
getDoubleSize()
|
String |
getDoubleValue()
|
String |
getFormName()
|
void |
setDoubleAccesskey(String doubleAccesskey)
Accesskey attribute of the second list. |
void |
setDoubleCssClass(String doubleCssClass)
The css class for the second list |
void |
setDoubleCssStyle(String doubleCssStyle)
The css style for the second list |
void |
setDoubleDisabled(String doubleDisabled)
Decides if a disable attribute should be added to the second list |
void |
setDoubleEmptyOption(String doubleEmptyOption)
Decides if the second list will add an empty option |
void |
setDoubleHeaderKey(String doubleHeaderKey)
The header key for the second list |
void |
setDoubleHeaderValue(String doubleHeaderValue)
The header value for the second list |
void |
setDoubleId(String doubleId)
The id of the second list |
void |
setDoubleList(String doubleList)
The second iterable source to populate from. |
void |
setDoubleListKey(String doubleListKey)
The key expression to use for second list |
void |
setDoubleListValue(String doubleListValue)
The value expression to use for second list |
void |
setDoubleMultiple(String doubleMultiple)
Decides if multiple attribute should be set on the second list |
void |
setDoubleName(String doubleName)
The name for complete component |
void |
setDoubleOnblur(String doubleOnblur)
Set the onblur attribute of the second list |
void |
setDoubleOnchange(String doubleOnchange)
Set the onchange attribute of the second list |
void |
setDoubleOnclick(String doubleOnclick)
Set the onclick attribute of the second list |
void |
setDoubleOndblclick(String doubleOndblclick)
Set the ondbclick attribute of the second list |
void |
setDoubleOnfocus(String doubleOnfocus)
Set the onfocus attribute of the second list |
void |
setDoubleOnkeydown(String doubleOnkeydown)
Set the onkeydown attribute of the second list |
void |
setDoubleOnkeypress(String doubleOnkeypress)
Set the onkeypress attribute of the second list |
void |
setDoubleOnkeyup(String doubleOnkeyup)
Set the onkeyup attribute of the second list |
void |
setDoubleOnmousedown(String doubleOnmousedown)
Set the onmousedown attribute of the second list |
void |
setDoubleOnmousemove(String doubleOnmousemove)
Set the onmousemove attribute of the second list |
void |
setDoubleOnmouseout(String doubleOnmouseout)
Set the onmouseout attribute of the second list |
void |
setDoubleOnmouseover(String doubleOnmouseover)
Set the onmouseover attribute of the second list |
void |
setDoubleOnmouseup(String doubleOnmouseup)
Set the onmouseup attribute of the second list |
void |
setDoubleOnselect(String doubleOnselect)
Set the onselect attribute of the second list |
void |
setDoubleSize(String doubleSize)
Set the size attribute of the second list |
void |
setDoubleValue(String doubleValue)
The value expression for complete component |
void |
setEmptyOption(String emptyOption)
Decides of an empty option is to be inserted in the second list |
void |
setFormName(String formName)
The form name this component resides in and populates to |
void |
setHeaderKey(String headerKey)
Set the header key of the second list. |
void |
setHeaderValue(String headerValue)
Set the header value of the second list |
void |
setMultiple(String multiple)
Creates a multiple select. |
void |
setSize(String size)
Size of the element box (# of elements to show) |
Methods inherited from class com.opensymphony.webwork.components.ListUIBean |
---|
contains, getValueClassType, setList, setListKey, setListValue, setThrowExceptionOnNullValueAttribute |
Methods inherited from class com.opensymphony.webwork.components.UIBean |
---|
addFormParameter, buildTemplateName, enableAncestorFormCustomOnsubmit, end, escape, evaluateNameValue, evaluateParams, getDefaultTemplate, getTemplate, getTemplateDir, getTheme, getTooltipConfig, mergeTemplate, populateComponentHtmlId, setAccesskey, setCssClass, setCssStyle, setDisabled, setLabel, setLabelposition, setLabelPosition, setName, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setRequired, setRequiredposition, setTabindex, setTemplate, setTemplateDir, setTheme, setTitle, setTooltip, setTooltipConfig, setValue |
Methods inherited from class com.opensymphony.webwork.components.Component |
---|
addAllParameters, addParameter, altSyntax, copyParams, determineActionURL, determineNamespace, end, fieldError, findAncestor, findString, findString, findValue, findValue, findValue, getComponentStack, getId, getParameters, getStack, popComponentStack, setId, start, toString, usesBody |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String emptyOption
protected String headerKey
protected String headerValue
protected String multiple
protected String size
protected String doubleList
protected String doubleListKey
protected String doubleListValue
protected String doubleName
protected String doubleValue
protected String formName
protected String doubleId
protected String doubleDisabled
protected String doubleMultiple
protected String doubleSize
protected String doubleHeaderKey
protected String doubleHeaderValue
protected String doubleEmptyOption
protected String doubleCssClass
protected String doubleCssStyle
protected String doubleOnclick
protected String doubleOndblclick
protected String doubleOnmousedown
protected String doubleOnmouseup
protected String doubleOnmouseover
protected String doubleOnmousemove
protected String doubleOnmouseout
protected String doubleOnfocus
protected String doubleOnblur
protected String doubleOnkeypress
protected String doubleOnkeydown
protected String doubleOnkeyup
protected String doubleOnselect
protected String doubleOnchange
protected String doubleAccesskey
Constructor Detail |
---|
public DoubleListUIBean(OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response)
Method Detail |
---|
public void evaluateExtraParams()
evaluateExtraParams
in class ListUIBean
public void setDoubleList(String doubleList)
public void setDoubleListKey(String doubleListKey)
public void setDoubleListValue(String doubleListValue)
public void setDoubleName(String doubleName)
public void setDoubleValue(String doubleValue)
public void setFormName(String formName)
public String getFormName()
public void setDoubleCssClass(String doubleCssClass)
public String getDoubleCssClass()
public void setDoubleCssStyle(String doubleCssStyle)
public String getDoubleCssStyle()
public void setDoubleHeaderKey(String doubleHeaderKey)
public String getDoubleHeaderKey()
public void setDoubleHeaderValue(String doubleHeaderValue)
public String getDoubleHeaderValue()
public void setDoubleEmptyOption(String doubleEmptyOption)
public String getDoubleEmptyOption()
public String getDoubleDisabled()
public void setDoubleDisabled(String doubleDisabled)
public String getDoubleId()
public void setDoubleId(String doubleId)
public String getDoubleMultiple()
public void setDoubleMultiple(String doubleMultiple)
public String getDoubleOnblur()
public void setDoubleOnblur(String doubleOnblur)
public String getDoubleOnchange()
public void setDoubleOnchange(String doubleOnchange)
public String getDoubleOnclick()
public void setDoubleOnclick(String doubleOnclick)
public String getDoubleOndblclick()
public void setDoubleOndblclick(String doubleOndblclick)
public String getDoubleOnfocus()
public void setDoubleOnfocus(String doubleOnfocus)
public String getDoubleOnkeydown()
public void setDoubleOnkeydown(String doubleOnkeydown)
public String getDoubleOnkeypress()
public void setDoubleOnkeypress(String doubleOnkeypress)
public String getDoubleOnkeyup()
public void setDoubleOnkeyup(String doubleOnkeyup)
public String getDoubleOnmousedown()
public void setDoubleOnmousedown(String doubleOnmousedown)
public String getDoubleOnmousemove()
public void setDoubleOnmousemove(String doubleOnmousemove)
public String getDoubleOnmouseout()
public void setDoubleOnmouseout(String doubleOnmouseout)
public String getDoubleOnmouseover()
public void setDoubleOnmouseover(String doubleOnmouseover)
public String getDoubleOnmouseup()
public void setDoubleOnmouseup(String doubleOnmouseup)
public String getDoubleOnselect()
public void setDoubleOnselect(String doubleOnselect)
public String getDoubleSize()
public void setDoubleSize(String doubleSize)
public String getDoubleList()
public String getDoubleListKey()
public String getDoubleListValue()
public String getDoubleName()
public String getDoubleValue()
public void setEmptyOption(String emptyOption)
public void setHeaderKey(String headerKey)
public void setHeaderValue(String headerValue)
public void setMultiple(String multiple)
public void setSize(String size)
public void setDoubleAccesskey(String doubleAccesskey)
doubleAccesskey
-
|
WebWork Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |