public interface ResponsiveLayoutStrategy
Desktop| Modifier and Type | Method and Description |
|---|---|
boolean |
isSaveSpaceHorizontally(org.zkoss.zk.ui.event.ClientInfoEvent info,
Map<String,Object> context) |
boolean |
isSaveSpaceVertically(org.zkoss.zk.ui.event.ClientInfoEvent info,
Map<String,Object> context) |
boolean isSaveSpaceHorizontally(org.zkoss.zk.ui.event.ClientInfoEvent info,
Map<String,Object> context)
info - current screen datacontext - evaluation context with optional data that may be used by the strategy to compute the answer. By design it
may be the claaing widget's settings.boolean isSaveSpaceVertically(org.zkoss.zk.ui.event.ClientInfoEvent info,
Map<String,Object> context)
info - current screen datacontext - evaluation context with optional data that may be used by the strategy to compute the answer. By design it
may be the claaing widget's settings.Copyright © 2018. All rights reserved.