public class SelectorUIReference extends UIReference
addSecondaryFilter, conn, numeric, reference, strIsSOTrx, strReplaceWith, subReference
Constructor and Description |
---|
SelectorUIReference(String reference,
String subreference) |
Modifier and Type | Method and Description |
---|---|
void |
generateFilterHtml(StringBuffer strHtml,
VariablesSecureApp vars,
BuscadorData field,
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 tableSql,
Properties prop)
Generates the sql needed for TableSQLData class
|
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
|
void |
setComboTableDataIdentifier(ComboTableData comboTableData,
String tableName,
FieldProvider field) |
canBeCached, formatGridValue, generateFilterAcceptScript, getFilter, getGridType, hasSecondaryFilter, isNumeric, setReplaceWith, setStrIsSOTrx
public void generateFilterHtml(StringBuffer strHtml, VariablesSecureApp vars, BuscadorData field, String strTab, String strWindow, ArrayList<String> vecScript, Vector<Object> vecKeys) throws IOException, javax.servlet.ServletException
generateFilterHtml
in class UIReference
IOException
javax.servlet.ServletException
public void generateSQL(TableSQLData tableSql, Properties prop) throws Exception
UIReference
generateSQL
in class UIReference
Exception
public void identifier(TableSQLData tableSql, String parentTableName, Properties field, String identifierName, String realName, boolean tableRef) throws Exception
UIReference
identifier
in class UIReference
Exception
public void setComboTableDataIdentifier(ComboTableData comboTableData, String tableName, FieldProvider field) throws Exception
setComboTableDataIdentifier
in class UIReference
Exception