Class Dialog
java.lang.Object
tripleo.vendor.thinlet.objectwrapper.OWObject
tripleo.vendor.thinlet.objectwrapper.OWWidget
tripleo.vendor.thinlet.objectwrapper.Panel
tripleo.vendor.thinlet.objectwrapper.Dialog
Widget that represent the thinlet dialog.
- 
Field SummaryFields inherited from class tripleo.vendor.thinlet.objectwrapper.OWObjectfcomponent, fthinlet
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanisModal()booleanvoidsetClosable(boolean value) voidsetIconifiable(boolean value) voidsetMaximizable(boolean value) voidsetModal(boolean value) voidsetResizable(boolean value) Methods inherited from class tripleo.vendor.thinlet.objectwrapper.PaneladdChild, addChild, getBottom, getChild, getChildCount, getChildren, getColumns, getGap, getIcon, getLeft, getRight, getText, getTop, isBorder, isScrollable, removeAllChild, removeChild, setBorder, setBottom, setColumns, setGap, setIcon, setLeft, setRight, setScrollable, setText, setTopMethods inherited from class tripleo.vendor.thinlet.objectwrapper.OWWidgetdefineFocusgained, defineFocuslost, getColspan, getHalign, getHeight, getName, getProperty, getRowspan, getTooltip, getValign, getWeightx, getWeighty, getWidth, isEnabled, isI18n, isVisible, putProperty, setColspan, setEnabled, setHalign, setHeight, setI18n, setName, setPopupMenu, setRowspan, setTooltip, setValign, setVisible, setWeightx, setWeighty, setWidth
- 
Constructor Details- 
Dialog
- 
Dialog
 
- 
- 
Method Details- 
isModalpublic boolean isModal()
- 
setModalpublic void setModal(boolean value) 
- 
isResizablepublic boolean isResizable()
- 
setResizablepublic void setResizable(boolean value) 
- 
isClosablepublic boolean isClosable()
- 
setClosablepublic void setClosable(boolean value) 
- 
isMaximizablepublic boolean isMaximizable()
- 
setMaximizablepublic void setMaximizable(boolean value) 
- 
isIconifiablepublic boolean isIconifiable()
- 
setIconifiablepublic void setIconifiable(boolean value) 
 
-