Package com.stimulsoft.webdesigner
Class StiWebDesignerOptions.PagesOptions
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.webdesigner.StiWebDesignerOptions.PagesOptions
- 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 TypeMethodDescriptionbooleana visibility of the new page button in the designer.voidsetShowNewPageButton(boolean showNewPageButton) a visibility of the new page button in the designer.Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
-
Constructor Details
-
PagesOptions
public PagesOptions()
-
-
Method Details
-
isShowNewPageButton
public boolean isShowNewPageButton()a visibility of the new page button in the designer.- Returns:
- the showNewPageButton
-
setShowNewPageButton
public void setShowNewPageButton(boolean showNewPageButton) a visibility of the new page button in the designer.- Parameters:
showNewPageButton- the showNewPageButton to set
-