public class WebTextBox extends AbstractWebComponent
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAMETER_KEY_CODE |
static String |
VALUE_CHANGE |
changed, component, htmlInnerElement, htmlOuterElement, id, styleElement| Constructor and Description |
|---|
WebTextBox(String id,
Component component) |
| Modifier and Type | Method and Description |
|---|---|
void |
createHtmlElement() |
protected TextBox |
getTextBox() |
protected ViewAction |
onKeyPress(long keyCode) |
protected ViewAction |
onValueChange(String newValue) |
ViewAction |
processEvent(WebEvent event,
Map<String,Object> parameters) |
addChild, applyEvents, applyStyle, calcHash, calcHashOfChildrenId, createCommonStyles, getChildrenIdsHash, getChildrenWebComponents, getComponent, getFullInputName, getFullInputName, getHtmlInnerElementForNewChild, getHtmlOuterElement, getId, getOwnHash, getParentWebComponent, getStyleElement, init, isStaticResource, loadFromResource, null2Empty, processEvent, replaceChild, setChildrenIdsHash, setId, setOwnHash, setStaticResource, updateIdInHtml, writeFile, writeFileaddChild, addChildren, checkConsistency, clear, copy, detach, findFirst, findFirstAncestor, getChildren, getDepth, getParent, getRoot, indexOf, isLast, isLeaf, isRoot, remove, removeAllChildren, removeChild, replace, replaceSingleNode, setChildren, setParent, tranverse, tranverseUppublic static final String VALUE_CHANGE
public static final String PARAMETER_KEY_CODE
protected TextBox getTextBox()
public void createHtmlElement()
createHtmlElement in interface WebComponentcreateHtmlElement in class AbstractWebComponentprotected ViewAction onValueChange(String newValue)
protected ViewAction onKeyPress(long keyCode)
public ViewAction processEvent(WebEvent event, Map<String,Object> parameters)
processEvent in class AbstractWebComponentCopyright © 2016. All Rights Reserved.