Package de.xima.fc.gui.model.designer
Class TabModel.Include
- java.lang.Object
-
- de.xima.fc.gui.model.designer.TabModel
-
- de.xima.fc.gui.model.designer.TabModel.Include
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TabModel
public static final class TabModel.Include extends TabModel
Component model showing its content as a ui:include in the main window view.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.xima.fc.gui.model.designer.TabModel
TabModel.IFrame, TabModel.Include
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIncludePath()-
Methods inherited from class de.xima.fc.gui.model.designer.TabModel
equals, getError, getIcon, getId, getLabel, getParentId, getParentLabel, getTitle, getType, hashCode, isClosable, isDisabled, isHasUnsavedChanges, isOpen, setError, setHasUnsavedChanges, setOpen
-
-
-
-
Constructor Detail
-
Include
public Include(String id, String label, String parentId, String parentLabel, String title, IGuiIcon icon, String includePath, boolean disabled, boolean closable)
New POJO with the given data.- Parameters:
id- Value returned byTabModel.getId().label- Value returned byTabModel.getLabel().parentId- Value returned byTabModel.getParentId().parentLabel- Value returned byTabModel.getParentLabel().title- Value returned byTabModel.getTitle().includePath- Value returned bygetIncludePath().icon- Value returned byTabModel.getIcon().disabled- Value returned byTabModel.isDisabled().closable- Value returned byTabModel.isClosable().
-
-
Method Detail
-
getIncludePath
public String getIncludePath()
- Returns:
- Internal path for the ui:include.
-
-