| 接口 | 说明 |
|---|---|
| CmsAreaSelectPanel.I_CmsAreaSelectPanelUiBinder |
The ui-binder interface.
|
| CmsDialogNotificationWidget.I_CmsNotificationWidgetUiBinder | |
| CmsFieldSet.I_CmsFieldSetUiBinder |
The ui-binder interface for this composite.
|
| CmsInfoHeader.I_CmsInfoHeaderUiBinder | |
| CmsLinkWarningPanel.I_CmsLinkWarningPanelUiBinder | |
| CmsListItemWidget.I_CmsListItemWidgetUiBinder | |
| CmsListItemWidget.I_CmsTitleEditHandler |
The interface for handling edits of the title field.
|
| CmsSimpleDecoratedPanel.I_CmsSimpleDecoratedPanelUiBinder | |
| CmsToolbar.I_CmsToolbarUiBinder | |
| CmsToolbarNotificationWidget.I_CmsNotificationWidgetUiBinder | |
| I_CmsAcceptDeclineCancelHandler |
Handles the clicks on the 'Yes', 'No' and 'Cancel' buttons of the dialog.
|
| I_CmsAutoHider |
Interface for all widgets capable of auto hide.
|
| I_CmsButton |
Interface to hold button related enumerations.
|
| I_CmsCloseDialogHandler |
Handles the clicks buttons of the dialog.
|
| I_CmsConfirmDialogHandler |
Handles the clicks on the 'OK' and 'Cancel' buttons of the dialog.
|
| I_CmsHasToggleHandlers |
Interface to indicate that the implementing widget may have toggle event handlers.
|
| I_CmsListItem |
Provides a UI list item.
|
| I_CmsModelSelectHandler |
Interface for handling model selections.
|
| I_CmsNotificationWidget |
Notification widget, most of the work is done on the container element.
|
| I_CmsToggleHandler |
Interface for on toggle event handler.
|
| I_CmsToolbarButton |
Interface for all tool-bar buttons.
|
| I_CmsToolbarHandler |
An abstract interface used to coordinate toolbar buttons with a toolbar.
|
| I_CmsTruncable |
Interface for truncable UI elements.
|
| 类 | 说明 |
|---|---|
| A_CmsDirectEditButtons |
Class to provide direct edit buttons.
|
| A_CmsHoverHandler |
On hover intent handler.
|
| A_CmsListItemSelectDialog<INFO extends CmsListInfoBean> |
Dialog to select a resource model for a new resource.
|
| A_CmsNotificationWidget |
The notification widget.
|
| A_CmsToolbarButton<HANDLER extends I_CmsToolbarHandler> |
Abstract button class implementing common methods
of
I_CmsToolbarButton
for container-page tool-bar buttons. |
| A_CmsToolbarHandler |
Abstract class which implements the common part of all toolbar handler functionality.
|
| A_CmsToolbarMenu<HANDLER extends I_CmsToolbarHandler> |
Abstract button class implementing common methods of
I_CmsToolbarButton
for all container-page tool-bar menu buttons. |
| CmsAcceptDeclineCancelDialog |
Provides a confirmation dialog with yes, no and cancel button.
|
| CmsAlertDialog |
Provides an alert dialog with a button.
|
| CmsAreaSelectPanel |
Select area widget.
|
| CmsClassHoverHandler |
Event handler to toggle the
I_CmsLayoutBundle.I_CmsStateCss.cmsHovering() class on mouse out/over. |
| CmsConfirmDialog |
Provides a confirmation dialog with ok and cancel button.
|
| CmsDeleteWarningDialog |
A dialog which informs the user that deleting a resource will break links
from other resources.
|
| CmsDialogNotificationWidget |
The toolbar notification widget.
|
| CmsErrorDialog |
Provides a generic error dialog.
|
| CmsFieldSet |
A panel that behaves like a HTML fieldset.
|
| CmsFloatDecoratedPanel |
A widget used for laying out multiple widgets horizontally.
|
| CmsFlowPanel |
A basic panel which is like GWT's FlowPanel, except it allows you to choose the HTML tag
to use.
|
| CmsFrameDialog |
Frame dialog utility class.
|
| CmsHighlightingBorder |
A Widget to display a highlighting border around a specified position.
|
| CmsHoverPanel |
A
FlowPanel implementation toggles the I_CmsLayoutBundle.I_CmsStateCss.cmsHovering() CSS class on mouse over. |
| CmsHTMLHoverPanel |
A HTML Panel implementation toggles the I_CmsStateCss.cmsHovering CSS class on mouse over.
|
| CmsIFrame |
IFrame widget, extends the GWT core
Frame widget. |
| CmsInfoHeader |
Header info widget.
|
| CmsInfoLoadingListItemWidget |
This class extends the basic list item widget with the ability to load additional info items
asnchronously via RPC.
|
| CmsLazyWidgetWrapper<W extends com.google.gwt.user.client.ui.Widget> |
Widget which wraps another widget, which will only be appended to the DOM if the wrapper's
widget() method is called. |
| CmsLinkWarningPanel |
A widget containing that links to a sitemap item which the user wants to delete will be broken.
|
| CmsList<I extends I_CmsListItem> |
A very basic list implementation to hold
CmsListItemWidget. |
| CmsListItem |
List item which uses a float panel for layout.
|
| CmsListItemWidget |
Provides a UI list item.
|
| CmsListItemWidget.AdditionalInfoItem |
Additional info item HTML.
|
| CmsLockReportDialog |
The lock report dialog.
|
| CmsMenuButton |
Provides a menu button.
|
| CmsMessageWidget |
Displays a message text with an icon in front.
|
| CmsModelSelectDialog |
Dialog to select a resource model for a new resource.
|
| CmsNotification |
User feedback provider.
|
| CmsPopup |
Provides a pop up dialog base.
|
| CmsPreviewDialog |
Resource preview dialog.
|
| CmsProgressBar |
Provides a simple progress bar.
|
| CmsPushButton |
Push button class.
|
| CmsScrollBar |
A custom scroll bar to be used with
CmsScrollPanel. |
| CmsScrollPanel |
Scroll panel implementation allowing focused scrolling.
|
| CmsScrollPanelImpl |
Scroll panel implementation with custom scroll bars.
|
| CmsSimpleDecoratedPanel |
A panel containing two sub-panels next to each other , one for 'decorations' (check boxes, etc.) and one containing a main widget.
|
| CmsSimpleListItem |
Provides a UI list item.
|
| CmsSimplePanel |
Simpler to use
HTMLPanel. |
| CmsTabbedPanel<E extends com.google.gwt.user.client.ui.Widget> |
Wrapper class for @see com.google.user.client.ui.TabLayoutPanel.
|
| CmsTabContentWrapper |
Wrapper for a tab content widget which is used to bypass the problem that measuring the direct tab content's size doesn't work.
|
| CmsToggleButton |
Tool-bar button class.
|
| CmsToggleEvent |
Event to be fired by a widget being activated or deactivated.
|
| CmsToolbar |
Provides a tool-bar to be shown at the top of a page.
|
| CmsToolbarContextButton |
The context tool-bar menu button.
|
| CmsToolbarNotificationWidget |
The toolbar notification widget.
|
| CmsToolbarPopup |
A popup which can be displayed below buttons in a toolbar.
|
| 枚举 | 说明 |
|---|---|
| CmsHighlightingBorder.BorderColor |
Enumeration of available border colours.
|
| CmsListItemWidget.Background |
Background color values.
|
| CmsNotification.Mode |
Notification Mode.
|
| CmsNotification.Type |
Notification Type.
|
| CmsTabbedPanel.CmsTabbedPanelStyle |
Enumeration with layout keys.
|
| I_CmsButton.ButtonColor |
Available button colors.
|
| I_CmsButton.ButtonData |
Available button icons.
|
| I_CmsButton.ButtonStyle |
Available button styles.
|
| I_CmsButton.Size |
CSS style variants.
|
| 异常错误 | 说明 |
|---|---|
| CmsCancelCloseException |
An exception class used to signal that the closing of a dialog should be cancelled.
|