| |
|
| java.lang.Object com.opensymphony.webwork.components.Component com.opensymphony.webwork.components.UIBean com.opensymphony.webwork.components.ListUIBean com.opensymphony.webwork.components.DoubleListUIBean
All known Subclasses: com.opensymphony.webwork.components.OptionTransferSelect, com.opensymphony.webwork.components.DoubleSelect,
DoubleListUIBean | abstract public class DoubleListUIBean extends ListUIBean (Code) | | 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.
author: Patrick Lightbody author: Rene Gielen author: Rainer Hermanns author: tm_jee version: $Revision: 2709 $ since: 2.2 |
evaluateExtraParams | public void evaluateExtraParams()(Code) | | |
getDoubleEmptyOption | public String getDoubleEmptyOption()(Code) | | |
getDoubleHeaderValue | public String getDoubleHeaderValue()(Code) | | |
getDoubleListKey | public String getDoubleListKey()(Code) | | Set the list key of the second attribute
|
getDoubleOndblclick | public String getDoubleOndblclick()(Code) | | |
getDoubleOnkeypress | public String getDoubleOnkeypress()(Code) | | |
getDoubleOnmousedown | public String getDoubleOnmousedown()(Code) | | |
getDoubleOnmousemove | public String getDoubleOnmousemove()(Code) | | |
getDoubleOnmouseout | public String getDoubleOnmouseout()(Code) | | |
getDoubleOnmouseover | public String getDoubleOnmouseover()(Code) | | |
setDoubleAccesskey | public void setDoubleAccesskey(String doubleAccesskey)(Code) | | Accesskey attribute of the second list.
Parameters: doubleAccesskey - |
setDoubleCssClass | public void setDoubleCssClass(String doubleCssClass)(Code) | | The css class for the second list
|
setDoubleCssStyle | public void setDoubleCssStyle(String doubleCssStyle)(Code) | | The css style for the second list
|
setDoubleDisabled | public void setDoubleDisabled(String doubleDisabled)(Code) | | Decides if a disable attribute should be added to the second list
|
setDoubleEmptyOption | public void setDoubleEmptyOption(String doubleEmptyOption)(Code) | | Decides if the second list will add an empty option
|
setDoubleHeaderKey | public void setDoubleHeaderKey(String doubleHeaderKey)(Code) | | The header key for the second list
|
setDoubleHeaderValue | public void setDoubleHeaderValue(String doubleHeaderValue)(Code) | | The header value for the second list
|
setDoubleId | public void setDoubleId(String doubleId)(Code) | | The id of the second list
|
setDoubleList | public void setDoubleList(String doubleList)(Code) | | The second iterable source to populate from.
|
setDoubleListKey | public void setDoubleListKey(String doubleListKey)(Code) | | The key expression to use for second list
|
setDoubleListValue | public void setDoubleListValue(String doubleListValue)(Code) | | The value expression to use for second list
|
setDoubleMultiple | public void setDoubleMultiple(String doubleMultiple)(Code) | | Decides if multiple attribute should be set on the second list
|
setDoubleName | public void setDoubleName(String doubleName)(Code) | | The name for complete component
|
setDoubleOnblur | public void setDoubleOnblur(String doubleOnblur)(Code) | | Set the onblur attribute of the second list
|
setDoubleOnchange | public void setDoubleOnchange(String doubleOnchange)(Code) | | Set the onchange attribute of the second list
|
setDoubleOnclick | public void setDoubleOnclick(String doubleOnclick)(Code) | | Set the onclick attribute of the second list
|
setDoubleOndblclick | public void setDoubleOndblclick(String doubleOndblclick)(Code) | | Set the ondbclick attribute of the second list
|
setDoubleOnfocus | public void setDoubleOnfocus(String doubleOnfocus)(Code) | | Set the onfocus attribute of the second list
|
setDoubleOnkeydown | public void setDoubleOnkeydown(String doubleOnkeydown)(Code) | | Set the onkeydown attribute of the second list
|
setDoubleOnkeypress | public void setDoubleOnkeypress(String doubleOnkeypress)(Code) | | Set the onkeypress attribute of the second list
|
setDoubleOnkeyup | public void setDoubleOnkeyup(String doubleOnkeyup)(Code) | | Set the onkeyup attribute of the second list
|
setDoubleOnmousedown | public void setDoubleOnmousedown(String doubleOnmousedown)(Code) | | Set the onmousedown attribute of the second list
|
setDoubleOnmousemove | public void setDoubleOnmousemove(String doubleOnmousemove)(Code) | | Set the onmousemove attribute of the second list
|
setDoubleOnmouseout | public void setDoubleOnmouseout(String doubleOnmouseout)(Code) | | Set the onmouseout attribute of the second list
|
setDoubleOnmouseover | public void setDoubleOnmouseover(String doubleOnmouseover)(Code) | | Set the onmouseover attribute of the second list
|
setDoubleOnmouseup | public void setDoubleOnmouseup(String doubleOnmouseup)(Code) | | Set the onmouseup attribute of the second list
|
setDoubleOnselect | public void setDoubleOnselect(String doubleOnselect)(Code) | | Set the onselect attribute of the second list
|
setDoubleSize | public void setDoubleSize(String doubleSize)(Code) | | Set the size attribute of the second list
|
setDoubleValue | public void setDoubleValue(String doubleValue)(Code) | | The value expression for complete component
|
setEmptyOption | public void setEmptyOption(String emptyOption)(Code) | | Decides of an empty option is to be inserted in the second list
|
setFormName | public void setFormName(String formName)(Code) | | The form name this component resides in and populates to
|
setHeaderKey | public void setHeaderKey(String headerKey)(Code) | | Set the header key of the second list. Must not be empty! "'-1'" and "''" is correct, "" is bad.
|
setHeaderValue | public void setHeaderValue(String headerValue)(Code) | | Set the header value of the second list
|
setMultiple | public void setMultiple(String multiple)(Code) | | Creates a multiple select. The tag will pre-select multiple values if the values are passed as an Array (of appropriate types) via the value attribute.
|
setSize | public void setSize(String size)(Code) | | Size of the element box (# of elements to show)
|
Methods inherited from com.opensymphony.webwork.components.Component | public void addAllParameters(Map params)(Code)(Java Doc) public void addParameter(String key, Object value)(Code)(Java Doc) public boolean altSyntax()(Code)(Java Doc) public void copyParams(Map params)(Code)(Java Doc) protected String determineActionURL(String action, String namespace, String method, HttpServletRequest req, HttpServletResponse res, Map parameters, String scheme, boolean includeContext, boolean encodeResult, boolean escapeXml)(Code)(Java Doc) protected String determineNamespace(String namespace, OgnlValueStack stack, HttpServletRequest req)(Code)(Java Doc) public boolean end(Writer writer, String body)(Code)(Java Doc) protected boolean end(Writer writer, String body, boolean popComponentStack)(Code)(Java Doc) protected WebWorkException fieldError(String field, String errorMsg, Exception e)(Code)(Java Doc) protected Component findAncestor(Class clazz)(Code)(Java Doc) protected String findString(String expr)(Code)(Java Doc) protected String findString(String expr, String field, String errorMsg)(Code)(Java Doc) protected Object findValue(String expr)(Code)(Java Doc) protected Object findValue(String expr, String field, String errorMsg)(Code)(Java Doc) protected Object findValue(String expr, Class toType)(Code)(Java Doc) public Stack getComponentStack()(Code)(Java Doc) public String getId()(Code)(Java Doc) public Map getParameters()(Code)(Java Doc) public OgnlValueStack getStack()(Code)(Java Doc) protected void popComponentStack()(Code)(Java Doc) public void setId(String id)(Code)(Java Doc) public boolean start(Writer writer)(Code)(Java Doc) protected String toString(Throwable t)(Code)(Java Doc) public boolean usesBody()(Code)(Java Doc)
|
|
|
|