|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectuserInterface.interfaceUtility.Format
userInterface.interfaceUtility.Element
public class Element
Generate HTML elements given the inputData.
| Constructor Summary | |
|---|---|
Element()
|
|
| Method Summary | |
|---|---|
static java.lang.StringBuffer |
genAttachment(Form inputData,
boolean inRow,
boolean inCell)
Generate an file input with specific attributes provided by the input data. |
static java.lang.StringBuffer |
genDate(Form inputData,
boolean inRow,
boolean inCell)
Generate the date drop down filter. |
static java.lang.StringBuffer |
genDropDown(Form inputData,
boolean inRow,
boolean inCell)
Generate a drop down with specific attributes and select options provide by the input data. |
static java.lang.StringBuffer |
genPassword(Form inputData,
boolean inRow,
boolean inCell)
Generate a password input with specific attributes provided by the input data. |
static java.lang.StringBuffer |
genText(Form inputData,
boolean inRow,
boolean inCell)
Generate a text input with specific attributes provided by the input data. |
static java.lang.StringBuffer |
genTextArea(Form inputData,
boolean inRow,
boolean inCell)
Generate a text area with specific attributes provide by the input data. |
| Methods inherited from class userInterface.interfaceUtility.Format |
|---|
alignCloseTag, alignOpenTag, alignTag |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Element()
| Method Detail |
|---|
public static java.lang.StringBuffer genText(Form inputData,
boolean inRow,
boolean inCell)
inputData - - the input data attributesinRow - - indicate if input occupy entire table rowinCell - - indicate if input is in a table cell
public static java.lang.StringBuffer genPassword(Form inputData,
boolean inRow,
boolean inCell)
inputData - - the input data attributesinRow - - indicate if input occupy entire table rowinCell - - indicate if input is in a table cell
public static java.lang.StringBuffer genAttachment(Form inputData,
boolean inRow,
boolean inCell)
inputData - - the input data attributesinRow - - indicate if input occupy entire table rowinCell - - indicate if input is in a table cell
public static java.lang.StringBuffer genTextArea(Form inputData,
boolean inRow,
boolean inCell)
inputData - - the input data attributesinRow - - indicate if input occupy entire table rowinCell - - indicate if input is in a table cell
public static java.lang.StringBuffer genDropDown(Form inputData,
boolean inRow,
boolean inCell)
inputData - - the input data attributesinRow - - indicate if input occupy entire table rowinCell - - indicate if input is in a table cell
public static java.lang.StringBuffer genDate(Form inputData,
boolean inRow,
boolean inCell)
inputData - - indicator if its the from date drop downinRow - - indicate if input occupy entire table rowinCell - - indicate if input is in a table cell
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||