Public Member Functions | |
HTMLComponent (IElement iel) throws IOException | |
HTMLComponent (IElement iel, boolean toString) throws IOException | |
void | writeDate (Date date, String mode) |
void | writeNumber (Number number, String mode) |
void | writeBytes (long bytes) |
void | writeBoolean (boolean value) |
void | configureInPlaceEditor (IElement element, String ident, String component, String action, String params, int rows) |
void | configureFeditor (IElement element, String ident, String component, String action, String params, int rows) |
String | toString () |
void | startElement (int mode) |
void | endElement (int mode) |
void | writeElement (int mode) |
String | strElement (int mode) |
void | setEditable (boolean editable) |
Public Member Functions inherited from org.turro.html.HTMLHelper | |
HTMLHelper (IConstructor constructor, Writer out) | |
HTMLHelper (IConstructor constructor) | |
HTMLHelper (Writer out) | |
HTMLGenerator | write (String value) |
void | writeMacro (String value) |
void | writeln (String value) |
Public Member Functions inherited from org.turro.html.HTMLGenerator | |
HTMLGenerator () | |
HTMLGenerator (Writer out) | |
void | setOut (Writer out) |
void | setExtraAttributes (String extraAttributes) |
HTMLGenerator | doTag (String tag) |
HTMLGenerator | doTag (String tag, String attributes) |
HTMLGenerator | doTag (String tag, String[] attributes) |
HTMLGenerator | startTag (String tag) |
HTMLGenerator | startTag (String tag, String attributes) |
HTMLGenerator | startTag (String tag, String[] attributes) |
HTMLGenerator | startExtAnchor (String url, String hint) |
HTMLGenerator | startTargetAnchor (String url, String target, String hint) |
HTMLGenerator | startAnchor (String url, String hint) |
HTMLGenerator | startAnchor (String url, String hint, String cssClass) |
HTMLGenerator | startAnchor (String url, String hint, String cssClass, String onClick) |
HTMLGenerator | startTable (String attributes) |
HTMLGenerator | startTable (String[] attributes) |
HTMLGenerator | endTable () |
HTMLGenerator | startTableRow (String attributes) |
HTMLGenerator | startTableRow (String[] attributes) |
HTMLGenerator | endTableRow () |
HTMLGenerator | startTableCol (String attributes) |
HTMLGenerator | startTableCol (String[] attributes) |
HTMLGenerator | endTableCol () |
HTMLGenerator | endTag () |
HTMLGenerator | endTag (String tag) |
HTMLGenerator | endBeforeTag (String tag) |
HTMLGenerator | endAllTags () |
boolean | checkTag (String tag) |
HTMLGenerator | writeNewLine () |
HTMLGenerator | writeSeparator () |
HTMLGenerator | writeHorizontalStrut (int pixels) |
HTMLGenerator | startJavaScript () |
HTMLGenerator | endJavaScript () |
HTMLGenerator | startCSS () |
HTMLGenerator | endCSS () |
HTMLGenerator | addCSSLink (String cssFile) |
HTMLGenerator | addJavaScriptLink (String jsFile) |
Public Member Functions inherited from org.turro.html.IHTMLRenderable | |
void | setOut (Writer out) |
Protected Attributes | |
IElement | iel |
boolean | editable = false |
StringWriter | sw = null |
Protected Attributes inherited from org.turro.html.HTMLHelper | |
IConstructor | constructor = null |
Protected Attributes inherited from org.turro.html.HTMLGenerator | |
Stack | tags = new Stack() |
Writer | out = null |
Additional Inherited Members | |
Static Public Attributes inherited from org.turro.html.IHTMLRenderable | |
static final int | MODE_FULL = 0 |
static final int | MODE_MEDIUM = 1 |
static final int | MODE_SMALL = 2 |
Definition at line 33 of file HTMLComponent.java.
org.turro.html.HTMLComponent.HTMLComponent | ( | IElement | iel | ) | throws IOException |
org.turro.html.HTMLComponent.HTMLComponent | ( | IElement | iel, |
boolean | toString | ||
) | throws IOException |
Creates a new instance of HTMLComponent
Definition at line 44 of file HTMLComponent.java.
void org.turro.html.HTMLComponent.configureFeditor | ( | IElement | element, |
String | ident, | ||
String | component, | ||
String | action, | ||
String | params, | ||
int | rows | ||
) |
Definition at line 97 of file HTMLComponent.java.
void org.turro.html.HTMLComponent.configureInPlaceEditor | ( | IElement | element, |
String | ident, | ||
String | component, | ||
String | action, | ||
String | params, | ||
int | rows | ||
) |
Definition at line 79 of file HTMLComponent.java.
void org.turro.html.HTMLComponent.endElement | ( | int | mode | ) |
Implements org.turro.html.IHTMLRenderable.
Definition at line 119 of file HTMLComponent.java.
void org.turro.html.HTMLComponent.setEditable | ( | boolean | editable | ) |
void org.turro.html.HTMLComponent.startElement | ( | int | mode | ) |
Implements org.turro.html.IHTMLRenderable.
Definition at line 116 of file HTMLComponent.java.
String org.turro.html.HTMLComponent.strElement | ( | int | mode | ) |
Implements org.turro.html.IHTMLRenderable.
Definition at line 125 of file HTMLComponent.java.
String org.turro.html.HTMLComponent.toString | ( | ) |
Reimplemented from org.turro.html.HTMLGenerator.
Definition at line 106 of file HTMLComponent.java.
void org.turro.html.HTMLComponent.writeBoolean | ( | boolean | value | ) |
Reimplemented from org.turro.html.HTMLHelper.
Definition at line 75 of file HTMLComponent.java.
void org.turro.html.HTMLComponent.writeBytes | ( | long | bytes | ) |
Reimplemented from org.turro.html.HTMLHelper.
Definition at line 69 of file HTMLComponent.java.
void org.turro.html.HTMLComponent.writeDate | ( | Date | date, |
String | mode | ||
) |
Reimplemented from org.turro.html.HTMLHelper.
Definition at line 57 of file HTMLComponent.java.
void org.turro.html.HTMLComponent.writeElement | ( | int | mode | ) |
Implements org.turro.html.IHTMLRenderable.
Definition at line 122 of file HTMLComponent.java.
void org.turro.html.HTMLComponent.writeNumber | ( | Number | number, |
String | mode | ||
) |
Reimplemented from org.turro.html.HTMLHelper.
Definition at line 63 of file HTMLComponent.java.
|
protected |
Definition at line 35 of file HTMLComponent.java.
|
protected |
Definition at line 34 of file HTMLComponent.java.
|
protected |
Definition at line 36 of file HTMLComponent.java.