public class UIPAttribute extends UITableDir
addSecondaryFilter, conn, numeric, reference, strIsSOTrx, strReplaceWith, subReference| Constructor and Description |
|---|
UIPAttribute(String reference,
String subreference) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeCached()
Indicates whether this reference is a cacheable combo Basically, this indicates whether the
ComboTableData instances related to this class will be // cached and reused by the
FormInitializationComponent or not.
|
void |
generateFilterAcceptScript(BuscadorData field,
StringBuffer params,
StringBuffer paramsData)
Generates the body for the accept (aceptar) script called from filter pop-up when OK button is
clicked.
|
void |
generateFilterHtml(StringBuffer strHtml,
VariablesSecureApp vars,
BuscadorData fields,
String strTab,
String strWindow,
ArrayList<String> vecScript,
Vector<Object> vecKeys)
Generates the HTML code for the input used to display the reference in the filter popup
|
void |
generateSQL(TableSQLData table,
Properties prop)
Generates the sql needed for TableSQLData class
|
void |
getFilter(SQLReturnObject result,
boolean isNewFilter,
VariablesSecureApp vars,
TableSQLData tableSQL,
Vector<String> filter,
Vector<String> filterParams,
Properties prop)
Obtains filter for TableSQLData
|
void |
identifier(TableSQLData tableSql,
String parentTableName,
Properties field,
String identifierName,
String realName,
boolean tableRef)
Helper method called from generateSQL to create the SQL for the identifier
|
getGridType, setComboTableDataIdentifierformatGridValue, hasSecondaryFilter, isNumeric, setReplaceWith, setStrIsSOTrxpublic void generateSQL(TableSQLData table, Properties prop) throws Exception
UIReferencegenerateSQL in class UITableDirExceptionpublic void identifier(TableSQLData tableSql, String parentTableName, Properties field, String identifierName, String realName, boolean tableRef) throws Exception
UIReferenceidentifier in class UITableDirExceptionpublic void getFilter(SQLReturnObject result, boolean isNewFilter, VariablesSecureApp vars, TableSQLData tableSQL, Vector<String> filter, Vector<String> filterParams, Properties prop) throws javax.servlet.ServletException
UIReferencegetFilter in class UIReferencejavax.servlet.ServletExceptionpublic void generateFilterHtml(StringBuffer strHtml, VariablesSecureApp vars, BuscadorData fields, String strTab, String strWindow, ArrayList<String> vecScript, Vector<Object> vecKeys) throws IOException, javax.servlet.ServletException
UIReferencegenerateFilterHtml in class UITableDirIOExceptionjavax.servlet.ServletExceptionpublic void generateFilterAcceptScript(BuscadorData field, StringBuffer params, StringBuffer paramsData)
UIReferencegenerateFilterAcceptScript in class UITableDirpublic boolean canBeCached()
UIReferencecanBeCached in class UITableDir