|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.html.HTMLElement
!!DA (7/8/2003 11:37:59 AM) - needs documentation
Field Summary | |
static String |
DISABLED
|
Constructor Summary | |
HTMLElement()
|
Method Summary | |
static StringBuffer |
appendAttribute(String name,
int value,
StringBuffer html)
Appends the given attribute name and value to the buffer. |
static StringBuffer |
appendAttribute(String name,
String value,
StringBuffer html)
Appends the given attribute name and value to the buffer. |
static StringBuffer |
appendExtractableHiddenField(String name,
String rcNavKey,
String rowNavKey,
StringBuffer html)
Appends HTML code for a hidden HTML input for an extractable Field from a Row. |
String |
getId()
Returns the id of this HTMLTable. |
static boolean |
isDisplayField(Field fld,
ExecutingContext ec,
javax.servlet.http.HttpServletRequest req)
Determines if a field should be displayed or not |
void |
setId(String newId)
Insert the method's description here. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String DISABLED
Constructor Detail |
public HTMLElement()
Method Detail |
public static StringBuffer appendAttribute(String name, int value, StringBuffer html)
public static StringBuffer appendAttribute(String name, String value, StringBuffer html)
public static StringBuffer appendExtractableHiddenField(String name, String rcNavKey, String rowNavKey, StringBuffer html)
public String getId()
public static boolean isDisplayField(Field fld, ExecutingContext ec, javax.servlet.http.HttpServletRequest req) throws CMException
CMException
public void setId(String newId)
newId
- java.lang.String
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |