|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.schemedit.display.SortWidget
public class SortWidget
SortWidgets are used to display lists of search results, and to render the controls for changing the field upon which results are sorted, as well as the order in which the results are sorted. A SortWidget is associated with each sortable field.
Constructor Summary | |
---|---|
SortWidget(String fieldName,
String label)
Constructor for the SortWidget object |
|
SortWidget(String fieldName,
String label,
int order)
Constructor for the SortWidget object, where the sort order is explicitly defined. |
Method Summary | |
---|---|
int |
getDefaultOrder()
Gets the defaultOrder attribute of the SortWidget object. |
String |
getFieldName()
Gets the fieldName attribute of the SortWidget object |
String |
getImage()
Gets the image attribute of the SortWidget object |
String |
getLabel()
Gets the label attribute of the SortWidget object |
int |
getOrder()
Specifies the sort order for this wid |
int |
getOtherOrder()
Gets the otherOrder attribute of the SortWidget object |
void |
setOrder(int order)
Sets the order attribute of the SortWidget object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SortWidget(String fieldName, String label)
fieldName
- Description of the Parameterlabel
- Description of the Parameterpublic SortWidget(String fieldName, String label, int order)
fieldName
- Description of the Parameterlabel
- Description of the Parameterorder
- Description of the ParameterMethod Detail |
---|
public String getLabel()
public String getFieldName()
public int getOrder()
public void setOrder(int order)
order
- The new order valuepublic String getImage()
public int getDefaultOrder()
public int getOtherOrder()
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |