Package org.opencms.gwt.client
Interface I_CmsDisableable
-
- All Known Implementing Classes:
CmsAliasDialog
,CmsGoToParentAction
,CmsSitemapAttributeEditor
public interface I_CmsDisableable
Interface for disableable GUI elements.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isDisabled()
True if this GUI element is disabled.
-
-
-
Method Detail
-
isDisabled
boolean isDisabled()
True if this GUI element is disabled.- Returns:
- true if this GUI element is disabled
-
-