Package com.stimulsoft.webdesigner
Class StiWebDesignerOptions.PropertiesGridOptions
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.webdesigner.StiWebDesignerOptions.PropertiesGridOptions
- All Implemented Interfaces:
IStiSerializable,IStiSerializableRef
- Enclosing class:
StiWebDesignerOptions
-
Field Summary
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets or sets a width of the property label in properties grid in the designer.intgetWidth()Gets or sets a width of the properties grid in the designer.booleanGets or sets a visibility of the properties grid in the designer.voidsetLabelWidth(int labelWidth) Gets or sets a width of the property label in properties grid in the designer.voidsetVisible(boolean visible) Gets or sets a visibility of the properties grid in the designer.voidsetWidth(int width) Gets or sets a width of the properties grid in the designer.Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
-
Constructor Details
-
PropertiesGridOptions
public PropertiesGridOptions()
-
-
Method Details
-
isVisible
public boolean isVisible()Gets or sets a visibility of the properties grid in the designer.- Returns:
- the visible
-
setVisible
public void setVisible(boolean visible) Gets or sets a visibility of the properties grid in the designer.- Parameters:
visible- the visible to set
-
getWidth
public int getWidth()Gets or sets a width of the properties grid in the designer.- Returns:
- the width
-
setWidth
public void setWidth(int width) Gets or sets a width of the properties grid in the designer.- Parameters:
width- the width to set
-
getLabelWidth
public int getLabelWidth()Gets or sets a width of the property label in properties grid in the designer.- Returns:
- the labelWidth
-
setLabelWidth
public void setLabelWidth(int labelWidth) Gets or sets a width of the property label in properties grid in the designer.- Parameters:
labelWidth- the labelWidth to set
-