com.stimulsoft.webdesigner
Class StiWebDesignerOptions.PropertiesGridOptions

java.lang.Object
  extended by com.stimulsoft.webdesigner.StiWebDesignerOptions.PropertiesGridOptions
Enclosing class:
StiWebDesignerOptions

public class StiWebDesignerOptions.PropertiesGridOptions
extends java.lang.Object


Constructor Summary
StiWebDesignerOptions.PropertiesGridOptions()
           
 
Method Summary
 int getLabelWidth()
          Gets or sets a width of the property label in properties grid in the designer.
 int getWidth()
          Gets or sets a width of the properties grid in the designer.
 boolean isVisible()
          Gets or sets a visibility of the properties grid in the designer.
 void setLabelWidth(int labelWidth)
          Gets or sets a width of the property label in properties grid in the designer.
 void setVisible(boolean visible)
          Gets or sets a visibility of the properties grid in the designer.
 void setWidth(int width)
          Gets or sets a width of the properties grid in the designer.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiWebDesignerOptions.PropertiesGridOptions

public StiWebDesignerOptions.PropertiesGridOptions()
Method Detail

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