com.stimulsoft.webdesigner
Class StiWebDesignerOptions.ToolbarOptions

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

public class StiWebDesignerOptions.ToolbarOptions
extends java.lang.Object


Field Summary
 StiDesignerComponents[] componentsIntoInsertTab
           
 
Constructor Summary
StiWebDesignerOptions.ToolbarOptions()
           
 
Method Summary
 StiDesignerComponents[] getComponentsIntoInsertTab()
          Hidden
 boolean isShowAboutButton()
          Gets or sets a visibility of the about button in the toolbar of the designer.
 boolean isShowInsertButton()
          Gets or sets a visibility of the insert button in the toolbar of the designer.
 boolean isShowLayoutButton()
          Gets or sets a visibility of the layout button in the toolbar of the designer.
 boolean isShowPageButton()
          Gets or sets a visibility of the page button in the toolbar of the designer.
 boolean isShowPreviewButton()
          Gets or sets a visibility of the preview button in the toolbar of the designer.
 boolean isShowSaveButton()
          Gets or sets a visibility of the save button in the toolbar of the designer.
 boolean isShowSetupToolboxButton()
          Gets or sets a visibility of the setup toolbox button in the designer.
 void setComponentsIntoInsertTab(StiDesignerComponents[] componentsIntoInsertTab)
          Hidden
 void setShowAboutButton(boolean showAboutButton)
          Gets or sets a visibility of the about button in the toolbar of the designer.
 void setShowInsertButton(boolean showInsertButton)
          Gets or sets a visibility of the insert button in the toolbar of the designer.
 void setShowLayoutButton(boolean showLayoutButton)
          Gets or sets a visibility of the layout button in the toolbar of the designer.
 void setShowPageButton(boolean showPageButton)
          Gets or sets a visibility of the page button in the toolbar of the designer.
 void setShowPreviewButton(boolean showPreviewButton)
          Gets or sets a visibility of the preview button in the toolbar of the designer.
 void setShowSaveButton(boolean showSaveButton)
          Gets or sets a visibility of the save button in the toolbar of the designer.
 void setShowSetupToolboxButton(boolean showSetupToolboxButton)
          Gets or sets a visibility of the setup toolbox button in the designer.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

componentsIntoInsertTab

public StiDesignerComponents[] componentsIntoInsertTab
Constructor Detail

StiWebDesignerOptions.ToolbarOptions

public StiWebDesignerOptions.ToolbarOptions()
Method Detail

isShowSetupToolboxButton

public boolean isShowSetupToolboxButton()
Gets or sets a visibility of the setup toolbox button in the designer.

Returns:
the showSetupToolboxButton

setShowSetupToolboxButton

public void setShowSetupToolboxButton(boolean showSetupToolboxButton)
Gets or sets a visibility of the setup toolbox button in the designer.

Parameters:
showSetupToolboxButton - the showSetupToolboxButton to set

isShowInsertButton

public boolean isShowInsertButton()
Gets or sets a visibility of the insert button in the toolbar of the designer.

Returns:
the showInsertButton

setShowInsertButton

public void setShowInsertButton(boolean showInsertButton)
Gets or sets a visibility of the insert button in the toolbar of the designer.

Parameters:
showInsertButton - the showInsertButton to set

isShowLayoutButton

public boolean isShowLayoutButton()
Gets or sets a visibility of the layout button in the toolbar of the designer.

Returns:
the showLayoutButton

setShowLayoutButton

public void setShowLayoutButton(boolean showLayoutButton)
Gets or sets a visibility of the layout button in the toolbar of the designer.

Parameters:
showLayoutButton - the showLayoutButton to set

isShowPageButton

public boolean isShowPageButton()
Gets or sets a visibility of the page button in the toolbar of the designer.

Returns:
the showPageButton

setShowPageButton

public void setShowPageButton(boolean showPageButton)
Gets or sets a visibility of the page button in the toolbar of the designer.

Parameters:
showPageButton - the showPageButton to set

isShowPreviewButton

public boolean isShowPreviewButton()
Gets or sets a visibility of the preview button in the toolbar of the designer.

Returns:
the showPreviewButton

setShowPreviewButton

public void setShowPreviewButton(boolean showPreviewButton)
Gets or sets a visibility of the preview button in the toolbar of the designer.

Parameters:
showPreviewButton - the showPreviewButton to set

isShowSaveButton

public boolean isShowSaveButton()
Gets or sets a visibility of the save button in the toolbar of the designer.

Returns:
the showSaveButton

setShowSaveButton

public void setShowSaveButton(boolean showSaveButton)
Gets or sets a visibility of the save button in the toolbar of the designer.

Parameters:
showSaveButton - the showSaveButton to set

isShowAboutButton

public boolean isShowAboutButton()
Gets or sets a visibility of the about button in the toolbar of the designer.

Returns:
the showAboutButton

setShowAboutButton

public void setShowAboutButton(boolean showAboutButton)
Gets or sets a visibility of the about button in the toolbar of the designer.

Parameters:
showAboutButton - the showAboutButton to set

getComponentsIntoInsertTab

public StiDesignerComponents[] getComponentsIntoInsertTab()
Hidden

Returns:
the componentsIntoInsertTab

setComponentsIntoInsertTab

public void setComponentsIntoInsertTab(StiDesignerComponents[] componentsIntoInsertTab)
Hidden

Parameters:
componentsIntoInsertTab - the componentsIntoInsertTab to set