|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.ds.fw.types.FwSimpleObject
|
+--com.ds.fw.dv.properties.FwDVProperty
|
+--com.ds.fw.dv.list.FwDVListPropertySearch
This class represents the "Search" option of the edit table. It contains information about which table by which field(s) to be searched and it also provides multifield multitable search information.
| Field Summary | |
java.util.Vector |
columns
|
| Fields inherited from class com.ds.fw.dv.properties.FwDVProperty |
active, data, name, viewType |
| Constructor Summary | |
FwDVListPropertySearch()
|
|
| Method Summary | |
void |
clearColumns()
Creates two new vectors for fields and tables. |
long |
getColumn(int i)
Gets a column by index. |
java.lang.String |
getColumnsString()
|
int |
getNBColumns()
Returns the number all fields for search. |
int |
getNBS1Fields()
This method returns the number of fields to search by. |
java.lang.String |
getP()
|
int |
getS1Field(int i)
Gets the field index from the string for multifield and multitable search at possition i. |
com.ds.fw.dv.search.FwDVSearchQuery |
getSearchQuery()
This method parses the search data and returns a FwDVSearchQuery object, which is a vector with the search data elements. |
void |
setColumn(long columnID)
Sets a table f1 to be searched by column f. |
void |
setColumnsString(java.lang.String s)
|
void |
setP(java.lang.String s)
|
| Methods inherited from class com.ds.fw.dv.properties.FwDVProperty |
get, getActive, getName, getString, getViewType, name, set, setActive, setName, setViewType |
| Methods inherited from class com.ds.fw.types.FwSimpleObject |
getClassName, getClone, getCopy, getCopy, getDeepCopy, getDisplayString, getDisplayStringFor, postCopy, printStackTrace, toString, toStringValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public java.util.Vector columns
| Constructor Detail |
public FwDVListPropertySearch()
| Method Detail |
public java.lang.String getP()
public void setP(java.lang.String s)
public java.lang.String getColumnsString()
public void setColumnsString(java.lang.String s)
public com.ds.fw.dv.search.FwDVSearchQuery getSearchQuery()
public void clearColumns()
#fieldspublic int getNBColumns()
public void setColumn(long columnID)
public long getColumn(int i)
i - Index of a column.
If it is not in the array bounds it will be assumed as 0 if lower,
otherwise an empty string will be returned.
public int getNBS1Fields()
public int getS1Field(int i)
i - index of the field index to be returned
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||