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
Component model showing its content as a ui:include in the main window view.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.xima.fc.gui.model.designer.TabModel
TabModel.IFrame, TabModel.Include -
Constructor Summary
Constructors -
Method Summary
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 Details
-
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 Details
-
getIncludePath
- Returns:
- Internal path for the ui:include.
-