Modifier and Type | Method | Description |
---|---|---|
ColumnViewOptions |
getColumnViewOptions() |
The column view options for the container window.
|
Ecvw |
getCurrentView() |
The current view for the container window.
|
IconViewOptions |
getIconViewOptions() |
The icon view options for the container window.
|
ListViewOptions |
getListViewOptions() |
The list view options for the container window.
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
int |
getSidebarWidth() |
The width of the sidebar for the container window.
|
Reference |
getTarget() |
The container at which this file viewer is targeted.
|
boolean |
isPathbarVisible() |
Is the window's path bar visible?
|
boolean |
isStatusbarVisible() |
Is the window's status bar visible?
|
boolean |
isToolbarVisible() |
Is the window's toolbar visible?
|
void |
setCurrentView(Ecvw currentView) |
The current view for the container window.
|
void |
setPathbarVisible(boolean pathbarVisible) |
Is the window's path bar visible?
|
void |
setSidebarWidth(int sidebarWidth) |
The width of the sidebar for the container window.
|
void |
setStatusbarVisible(boolean statusbarVisible) |
Is the window's status bar visible?
|
void |
setTarget(Reference target) |
The container at which this file viewer is targeted.
|
void |
setToolbarVisible(boolean toolbarVisible) |
Is the window's toolbar visible?
|
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOf
getBounds, getId, getIndex, getName, getPosition, isCloseable, isCollapsed, isFloating, isModal, isResizable, isTitled, isVisible, isZoomable, isZoomed, setBounds, setCollapsed, setIndex, setPosition, setZoomed
static final TypeClass CLASS
@Code("fvtg") @Kind("property") @Name("target") @Type("specifier") Reference getTarget()
@Code("fvtg") @Kind("property") @Name("target") @Type("specifier") void setTarget(Reference target)
target
- new property value@Code("pvew") @Kind("property") @Name("current view") @Type("ecvw") Ecvw getCurrentView()
@Code("pvew") @Kind("property") @Name("current view") @Type("ecvw") void setCurrentView(Ecvw currentView)
currentView
- new property value@Code("icop") @Kind("property") @Name("icon view options") @Type("icon view options") IconViewOptions getIconViewOptions()
@Code("lvop") @Kind("property") @Name("list view options") @Type("list view options") ListViewOptions getListViewOptions()
@Code("cvop") @Kind("property") @Name("column view options") @Type("column view options") ColumnViewOptions getColumnViewOptions()
@Code("tbvi") @Kind("property") @Name("toolbar visible") @Type("boolean") boolean isToolbarVisible()
@Code("tbvi") @Kind("property") @Name("toolbar visible") @Type("boolean") void setToolbarVisible(boolean toolbarVisible)
toolbarVisible
- new property value@Code("stvi") @Kind("property") @Name("statusbar visible") @Type("boolean") boolean isStatusbarVisible()
@Code("stvi") @Kind("property") @Name("statusbar visible") @Type("boolean") void setStatusbarVisible(boolean statusbarVisible)
statusbarVisible
- new property value@Code("pbvi") @Kind("property") @Name("pathbar visible") @Type("boolean") boolean isPathbarVisible()
@Code("pbvi") @Kind("property") @Name("pathbar visible") @Type("boolean") void setPathbarVisible(boolean pathbarVisible)
pathbarVisible
- new property value@Code("sbwi") @Kind("property") @Name("sidebar width") @Type("integer") int getSidebarWidth()
@Code("sbwi") @Kind("property") @Name("sidebar width") @Type("integer") void setSidebarWidth(int sidebarWidth)
sidebarWidth
- new property valueMap<String,Object> getProperties()
getProperties
in interface Window