Package de.xima.fc.gui.model.designer
Class TabModel.IFrame
- java.lang.Object
-
- de.xima.fc.gui.model.designer.TabModel
-
- de.xima.fc.gui.model.designer.TabModel.IFrame
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TabModel
public static final class TabModel.IFrame extends TabModel
Component model showing its content as an iframe 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 StringgetUrl()-
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
-
IFrame
public IFrame(String id, String label, String parentId, String parentLabel, String title, IGuiIcon icon, String url, 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().url- Value returned bygetUrl().icon- Value returned byTabModel.getIcon().disabled- Value returned byTabModel.isDisabled().closable- Value returned byTabModel.isClosable().
-
-
Method Detail
-
getUrl
public String getUrl()
- Returns:
- URL to the page shown in the iframe.
-
-