Package | Description |
---|---|
org.zkoss.util |
Utilities for handling data structures.
|
org.zkoss.zkmax.ui |
The user interfaces (non-ZUL components) of ZK EE.
|
org.zkoss.zkmax.zul |
Components and UI utitilies available in ZK EE.
|
Modifier and Type | Method and Description |
---|---|
static <F,T> java.util.Iterator<T> |
CollectionsX.comodifiableIterator(java.util.Collection<F> col,
Converter<F,T> converter)
Returns an iterator that allows the caller to modify the collection
directly (in addition to Iterator.remove()).
|
Modifier and Type | Class and Description |
---|---|
class |
GsonConverter
A Gson converter for Service Parameter
|
class |
JacksonConverter
A Jackson Converter for Service Parameter
|
Modifier and Type | Method and Description |
---|---|
Converter<java.util.Collection<E>,java.lang.String> |
Cascader.getItemConverter()
Returns the converter that generates the label text shown in the cascader
from selected items, or null to use the default implementation.
|
Converter<java.util.Collection<E>,java.lang.String> |
Searchbox.getItemConverter()
Returns the converter that generates the label text shown in the searchbox
from selected items, or null to use the default implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
Cascader.setItemConverter(Converter<java.util.Collection<E>,java.lang.String> converter)
Sets the converter that generates the label text shown in the cascader
from selected items.
|
void |
Searchbox.setItemConverter(Converter<java.util.Collection<E>,java.lang.String> converter)
Sets the converter that generates the label text shown in the searchbox
from selected items.
|
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.