Package org.adempiere.webui.info
Class RelatedInfoWindow
java.lang.Object
org.adempiere.webui.info.RelatedInfoWindow
- All Implemented Interfaces:
org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>
,org.zkoss.zul.ext.Sortable<Object>
public class RelatedInfoWindow
extends Object
implements org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>, org.zkoss.zul.ext.Sortable<Object>
- Author:
- hengsin
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected CLogger
protected int
protected org.zkoss.zul.Paging
-
Constructor Summary
ConstructorDescriptionRelatedInfoWindow
(EmbedWinInfo info, InfoWindow infoWindow, org.zkoss.zul.Paging embeddedPaging, String infoSqlCount, ColumnInfo[] layoutEmbedded, Map<String, WEditor> editorMap) -
Method Summary
Modifier and TypeMethodDescriptionprotected int
protected int
getSortDirection
(Comparator<Object> cmpr) void
onEvent
(org.zkoss.zk.ui.event.Event event) void
void
sort
(Comparator<Object> cmpr, boolean ascending) protected void
After query from database, validate paging.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.zkoss.zul.ext.Sortable
sort
-
Field Details
-
paging
protected org.zkoss.zul.Paging paging -
editorMap
-
log
-
numPagePreLoad
protected int numPagePreLoad -
isHasNextPage
protected boolean isHasNextPage
-
-
Constructor Details
-
RelatedInfoWindow
public RelatedInfoWindow(EmbedWinInfo info, InfoWindow infoWindow, org.zkoss.zul.Paging embeddedPaging, String infoSqlCount, ColumnInfo[] layoutEmbedded, Map<String, WEditor> editorMap) - Parameters:
info
-infoWindow
-embeddedPaging
-infoSqlCount
-layoutEmbedded
-editorMap
-
-
-
Method Details
-
refresh
- Parameters:
id
-
-
onEvent
- Specified by:
onEvent
in interfaceorg.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>
- Throws:
Exception
-
getCacheStart
protected int getCacheStart()- Returns:
- the cacheStart index
-
getCacheEnd
protected int getCacheEnd()- Returns:
- the cacheEnd index
-
sort
- Specified by:
sort
in interfaceorg.zkoss.zul.ext.Sortable<Object>
-
getSortDirection
- Specified by:
getSortDirection
in interfaceorg.zkoss.zul.ext.Sortable<Object>
-
validateEndPage
protected void validateEndPage()After query from database, validate paging.
If end page included in cache, calculate record total.
If current page is out of cache (no record is query), process query count to detect end page
-