接口 | 说明 |
---|---|
I_CmsAdditionalInfoLoader |
This interface defines an additional info loader for a
CmsListItemWidget . |
I_CmsHasSize |
Interface for objects which have an integer-valued size, e.g. custom containers.
|
I_CmsSimpleCallback<T> |
A simple call-back interface.
|
类 | 说明 |
---|---|
A_CmsAnimation |
Abstract animation class.
|
CmsAsyncJoinHandler |
Helper class used to perform an action when multiple asynchronous tasks have finished.
|
CmsBurstEventManager |
Takes care of the burst of the same event, by skipping the first ones and executing only the last one.
|
CmsChangeHeightAnimation |
Changes the elements height until the target height is reached.
|
CmsClientCollectionUtil |
A utility class with functions for dealing with maps.
|
CmsClientStringUtil |
Additional string related helper methods.
|
CmsDateTimeUtil |
Client side implementation for
CmsDateUtil . |
CmsDebugLog |
A basic debug log, to print messages into the client window.
|
CmsDomUtil |
Utility class to access the HTML DOM.
|
CmsDomUtil.AttributeValue |
Helper class to encapsulate an attribute/value pair.
|
CmsExtendedValueChangeEvent<T> |
Value change event with additional data.
|
CmsFadeAnimation |
Fade animation.
|
CmsFocusedScrollingHandler |
Native preview handler that focuses the on scroll wheel mouse event on the given scroll panel.
|
CmsJSONMap |
Class to create native JSON maps.
|
CmsJsUtil |
A class containing generic Javascript utility methods.
|
CmsListSplitter<T extends I_CmsHasSize> |
A utility class for partitioning a list of items (each of which has a given size) into one or more batches
of consecutive items such that each batch except the last one consists of just enough items to make the total
sum of item sizes in the batch greater or equal than a given parameter.
|
CmsMessages |
Reads localized resource Strings from a
java.util.ResourceBundle
and provides convenience methods to access the Strings from a template. |
CmsMoveAnimation |
Move animation.
|
CmsPositionBean |
Bean holding the position data of a HTML DOM element.
|
CmsResourceStateUtil |
Utility class for the publish dialog.
|
CmsScrollToBottomHandler |
Scroll handler which executes an action when the user has scrolled to the bottom.
|
CmsSlideAnimation |
Slide animation.
|
CmsStyleVariable |
This is a helper class for changing GWT UIObjects' styles between a set of given values.
|
CmsTextMetrics |
Provides precise pixel measurements for blocks of text so that you can
determine exactly how high and wide, in pixels, a given block of text will
be.
|
CmsToolTipHandler |
A tool-tip handler.
|
枚举 | 说明 |
---|---|
CmsDateTimeUtil.Format |
The standard formats.
|
CmsDomUtil.Attribute |
HTML tag attributes.
|
CmsDomUtil.Color |
CSS Colors.
|
CmsDomUtil.Entity |
HTML entities.
|
CmsDomUtil.Method |
Form methods.
|
CmsDomUtil.Style |
CSS Properties.
|
CmsDomUtil.StyleValue |
CSS Property values.
|
CmsDomUtil.Tag |
HTML Tags.
|
CmsDomUtil.Target |
Enumeration of link/form targets.
|
CmsPositionBean.Area |
Position area.
|