|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectabk.html.ANodeObject<T>
abk.html.AElementNode<T>
abk.html.AControlElement<AInputControl>
abk.html.AInputControl
public class AInputControl
| Field Summary | |
|---|---|
private Integer |
iSize
|
private static long |
serialVersionUID
|
| Fields inherited from class abk.html.ANodeObject |
|---|
iClass |
| Constructor Summary | |
|---|---|
protected |
AInputControl(String tagName)
|
| Method Summary | |
|---|---|
protected void |
doSize(StringBuilder sb)
|
protected void |
doTagStart(StringBuilder sb)
Escribe los atributos del elemento. |
AInputControl |
reset()
Además de la acción por defecto de AElementNode.reset(), fija como vacíos los atributos name, value, type y autocomplete, y pone a false los atributos disabled y
required. |
Integer |
size()
|
AInputControl |
size(Integer size)
|
| Methods inherited from class abk.html.AControlElement |
|---|
autocomplete, autocomplete, disabled, disabled, doAutoComplete, doDisabled, doName, doReadOnly, doRequired, doType, doValue, model, model, msgOld, name, name, readonly, readonly, required, required, type, type, type, value, value, value, value, value, value, value, value, value, value, value, value, write |
| Methods inherited from class abk.html.AElementNode |
|---|
_tagAttribute, A, addClass, adoptNode, append, append, B, BR, BUTTON, CHECKBOX, children, classList, clearChildren, DIV, doClass, doId, doLang, doStyle, doTitle, EM, getTagName, HIDDEN, I, id, id, INPUT, insert, isEndTagForbidden, klass, klass, LABEL, lang, lang, P, PRE, remove, removeClass, SELECT, setEndTagForbidden, SPAN, STRONG, style, style, TABLE, tagAttribute, tagAttribute, text, TEXTAREA, textContent, textContent, title, title, U, VAR |
| Methods inherited from class abk.html.ANodeObject |
|---|
appendTo, parent, parent, self, stringify, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
private Integer iSize
| Constructor Detail |
|---|
protected AInputControl(String tagName)
| Method Detail |
|---|
public AInputControl reset()
AControlElementfalse los atributos disabled y
required.
Este método es invocado por el constructor, y la propiedad iModel será nula durante su ejecución. Por tanto, en su implementación debe evitarse el uso de iModel o cualquier método que lo use, como AControlElement.msgOld(java.lang.String, java.lang.Object...).
reset in class AControlElement<AInputControl>public AInputControl size(Integer size)
public Integer size()
protected void doSize(StringBuilder sb)
protected void doTagStart(StringBuilder sb)
AElementNode
doTagStart in class AControlElement<AInputControl>sb - Objeto utilizado para la serialización.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||