Interface I_CmsFormEditWidget
- All Superinterfaces:
com.google.gwt.event.dom.client.HasFocusHandlers
,com.google.gwt.event.shared.HasHandlers
,com.google.gwt.user.client.ui.HasValue<String>
,com.google.gwt.event.logical.shared.HasValueChangeHandlers<String>
,I_CmsEditWidget
,com.google.gwt.user.client.ui.IsWidget
,com.google.gwt.user.client.TakesValue<String>
- All Known Implementing Classes:
CmsFormWidgetWrapper
,WidgetWrapper
An editing widget including the label. To be used for form based editing only.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setWidgetInfo
(String label, String help) Sets the widget label and help text.Methods inherited from interface com.google.gwt.event.dom.client.HasFocusHandlers
addFocusHandler
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
Methods inherited from interface com.google.gwt.user.client.ui.HasValue
getValue, setValue
Methods inherited from interface org.opencms.acacia.client.widgets.I_CmsEditWidget
addValueChangeHandler, isActive, onAttachWidget, owns, setActive, setName, setValue, shouldSetDefaultWhenDisabled
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
-
Method Details
-
setWidgetInfo
Sets the widget label and help text.- Parameters:
label
- the widget label texthelp
- the widget help text
-