public class NormalViewRestoredProperties extends Object
Constructor and Description |
---|
NormalViewRestoredProperties() |
Modifier and Type | Method and Description |
---|---|
NormalViewRestoredProperties |
autoAdjust(Boolean autoAdjust) |
NormalViewRestoredProperties |
dimensionSize(Double dimensionSize) |
boolean |
equals(Object o) |
Double |
getDimensionSize()
The size of the slide region.
|
int |
hashCode() |
Boolean |
isAutoAdjust()
True if the size of the side content region should compensate for the new size when resizing the window containing the view within the application.
|
void |
setAutoAdjust(Boolean autoAdjust) |
void |
setDimensionSize(Double dimensionSize) |
String |
toString() |
public NormalViewRestoredProperties autoAdjust(Boolean autoAdjust)
public Boolean isAutoAdjust()
public void setAutoAdjust(Boolean autoAdjust)
public NormalViewRestoredProperties dimensionSize(Double dimensionSize)
public Double getDimensionSize()
public void setDimensionSize(Double dimensionSize)
Copyright © 2022. All rights reserved.