public static class KeyActionTag.ECSBndsAdapter extends ECSAdapter<KeyActionTag>
| Constructor and Description |
|---|
KeyActionTag.ECSBndsAdapter(java.lang.String bind,
KeyEnum keyCode) |
| Modifier and Type | Method and Description |
|---|---|
KeyActionTag |
getTag() |
KeyActionTag.ECSBndsAdapter |
setBindField(java.lang.String value) |
KeyActionTag.ECSBndsAdapter |
setBindParent(boolean value) |
KeyActionTag.ECSBndsAdapter |
setCtrlKey(boolean value) |
KeyActionTag.ECSBndsAdapter |
setEnabled(boolean value) |
KeyActionTag.ECSBndsAdapter |
setHighlighted(boolean value) |
KeyActionTag.ECSBndsAdapter |
setLabel(java.lang.String value) |
KeyActionTag.ECSBndsAdapter |
setParameter(java.lang.String value) |
KeyActionTag.ECSBndsAdapter |
setShiftKey(boolean value) |
KeyActionTag.ECSBndsAdapter |
setTargetToDOMDocument(boolean value) |
KeyActionTag.ECSBndsAdapter |
setTargetToDOMParent(boolean value) |
addElement, addElement, output, output, output, setClass, setDir, setID, setLang, setStyle, setTitleaddElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, clone, elements, getElement, isEmpty, keys, output, registryHasElement, registryHasElement, removeElementFromRegistry, removeElementFromRegistryaddAttribute, addAttribute, addAttribute, addAttribute, attributes, createStartTag, getAttribute, getAttributeEqualitySign, getAttributeFilter, getAttributeFilterState, getAttributeQuote, getAttributeQuoteChar, hasAttribute, removeAttribute, setAttributeEqualitySign, setAttributeFilter, setAttributeFilterState, setAttributeQuote, setAttributeQuoteCharcreateEndTag, getBeginEndModifier, getBeginStartModifier, getCase, getCodeSet, getElementType, getEndEndModifier, getEndStartModifier, getEndTagChar, getFilter, getFilterState, getNeedClosingTag, getNeedLineBreak, getPrettyPrint, getStartTagChar, getTabLevel, getTagPosition, getTagText, getVersion, removeBeginEndModifier, removeBeginStartModifier, removeEndEndModifier, removeEndStartModifier, setBeginEndModifier, setBeginModifier, setBeginModifier, setBeginStartModifier, setCase, setCodeSet, setElementType, setEndEndModifier, setEndModifier, setEndModifier, setEndStartModifier, setEndTagChar, setFilter, setFilterState, setNeedClosingTag, setPrettyPrint, setStartTagChar, setTabLevel, setTagPosition, setTagText, toString, toStringpublic KeyActionTag.ECSBndsAdapter(java.lang.String bind,
KeyEnum keyCode)
public KeyActionTag.ECSBndsAdapter setParameter(java.lang.String value)
public KeyActionTag.ECSBndsAdapter setEnabled(boolean value)
public KeyActionTag.ECSBndsAdapter setLabel(java.lang.String value)
public KeyActionTag.ECSBndsAdapter setShiftKey(boolean value)
public KeyActionTag.ECSBndsAdapter setCtrlKey(boolean value)
public KeyActionTag.ECSBndsAdapter setHighlighted(boolean value)
public KeyActionTag.ECSBndsAdapter setBindField(java.lang.String value)
value - - The form field, if not provided the key is valid for the whole formpublic KeyActionTag.ECSBndsAdapter setBindParent(boolean value)
value - - Bind the action to the parent ifw2 component, cannot be specified if
bindField has been specifiedpublic KeyActionTag.ECSBndsAdapter setTargetToDOMParent(boolean value)
value - - Bind the action to the parent DOM element of the containing ActionGroupTag,
cannot be specified if bindParent or bindField has been specifiedpublic KeyActionTag.ECSBndsAdapter setTargetToDOMDocument(boolean value)
value - - Bind the action to the DOM document,
cannot be specified if bindParent or bindField has been specifiedpublic KeyActionTag getTag()
getTag in class ECSAdapter<KeyActionTag>