Package | Description |
---|---|
org.zkoss.bind.proxy |
Dynamic Proxy for Form Binding
|
org.zkoss.zk.ui.util |
Utilities to handle user interfaces.
|
org.zkoss.zkmax.ui |
The user interfaces (non-ZUL components) of ZK EE.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<Pair<java.lang.String,SavePropertyBinding>> |
MapProxy.collectCachedSavePropertyBinding() |
java.util.Set<Pair<java.lang.String,SavePropertyBinding>> |
FormProxyObject.collectCachedSavePropertyBinding()
Collect all of collect cached save property bindings
|
java.util.Set<Pair<java.lang.String,SavePropertyBinding>> |
AbstractCollectionProxy.collectCachedSavePropertyBinding() |
java.util.Set<Pair<java.lang.String,SavePropertyBinding>> |
ProxyNode.getCachedSavePropertyBinding() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Pair<java.lang.String,java.lang.String>> |
DataHandlerInfo.getScripts()
Returns a list of Javascript files or the scripts of the data attribute handler.
|
Constructor and Description |
---|
DataHandlerInfo(java.lang.String name,
java.util.List<Pair<java.lang.String,java.lang.String>> scripts,
boolean override,
java.util.List<java.util.Map<java.lang.String,java.lang.String>> links)
Construct the data handler info
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
JacksonConverter.convert(Pair<java.lang.Class<?>,java.lang.Object> pair) |
java.lang.Object |
GsonConverter.convert(Pair<java.lang.Class<?>,java.lang.Object> pair) |
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.