public abstract class KAjaxObject extends java.lang.Object implements IAjaxObject
Constructor and Description |
---|
KAjaxObject() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
display(int margin) |
java.lang.String |
execute(javax.servlet.http.HttpServletRequest request) |
java.lang.String |
getDisplayStructure() |
org.w3c.dom.Node |
getFirstNode(org.w3c.dom.Node item,
java.lang.String name) |
java.lang.String |
getUniqueIdHash(int niveau) |
boolean |
hasChilds() |
boolean |
isChild() |
java.lang.String |
replaceJsExpressions(java.lang.String input) |
void |
setChild(boolean isChild) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createFunction, getDisplayCaption, initFromXml, isValid
public boolean isChild()
public void setChild(boolean isChild)
public java.lang.String execute(javax.servlet.http.HttpServletRequest request)
execute
in interface IAjaxObject
public org.w3c.dom.Node getFirstNode(org.w3c.dom.Node item, java.lang.String name)
public java.lang.String display(int margin)
display
in interface IAjaxObject
public java.lang.String getUniqueIdHash(int niveau)
getUniqueIdHash
in interface IAjaxObject
public java.lang.String getDisplayStructure()
getDisplayStructure
in interface IAjaxObject
public boolean hasChilds()
hasChilds
in interface IAjaxObject
public java.lang.String replaceJsExpressions(java.lang.String input)
replaceJsExpressions
in interface IAjaxObject