Package com.saperion.ngc.resultset.modes
Class SimpleResultSetMode
java.lang.Object
com.saperion.ngc.resultset.modes.SimpleResultSetMode
- All Implemented Interfaces:
- ResultSetMode
Simple rendering mode for result set view.
- 
Constructor SummaryConstructorsConstructorDescriptionSimpleResultSetMode(ResultSetViewImpl view, ResultSetPresenter presenter) Creates a new SimpleMode.
- 
Method SummaryModifier and TypeMethodDescriptionvoidcreateListhead(org.zkoss.zul.Listhead head) Creates the listhead containing all headers.createListitem(ResultProperties properties) Creates a listitem.boolean
- 
Constructor Details- 
SimpleResultSetModeCreates a new SimpleMode.- Parameters:
- view- parent view
- presenter- parent presenter
 
 
- 
- 
Method Details- 
createListheadpublic void createListhead(org.zkoss.zul.Listhead head) Creates the listhead containing all headers.- Specified by:
- createListheadin interface- ResultSetMode
- Parameters:
- head- List head
- See Also:
 
- 
createListitempublic DraggableListItem createListitem(ResultProperties properties) throws DocumentIdentificationException, NgcUiException Creates a listitem.- Specified by:
- createListitemin interface- ResultSetMode
- Parameters:
- properties- item's properties
- Returns:
- listitem
- Throws:
- DocumentIdentificationException- document identification failed (missing object id)
- NgcUiException- exception to be handled by view
- See Also:
 
- 
isForLookupTablespublic boolean isForLookupTables()- Specified by:
- isForLookupTablesin interface- ResultSetMode
- Returns:
- true if this render mode is for lookup tables
 
 
-