E
- parent data objectpublic abstract class SObjectSearcher<E extends DataObject<E>> extends SComponentBand
DIRECTION_DOWN, DIRECTION_LEFT, DIRECTION_RIGHT, DIRECTION_UP
DEFAULT_UNSAVED_EDITION_CONTINUE_MESSAGE, DEFAULT_UNSAVED_EDITION_STOP_MESSAGE, DEFAULT_UNSAVED_EDITION_WARNING_MESSAGE
Constructor and Description |
---|
SObjectSearcher(SPage parentpage,
java.lang.String nameforpath)
creates an object searcher
|
Modifier and Type | Method and Description |
---|---|
abstract SObjectArray<E> |
getresultarray()
gets the widget with the object result, allowing to add specific logic to
your page on what to do with the results
|
addElement, getWidgetCode, hideComponent, populateDown, toString, WritePayloadToCDL
addCurrentWidgetToRoot, getPage, printPath, setParentSignifPath, setSignifPath, WriteToCDL
public SObjectSearcher(SPage parentpage, java.lang.String nameforpath)
parentpage
- parent page for the widgetnameforpath
- a name unique to the significant parent widgetpublic abstract SObjectArray<E> getresultarray()