-
- All Implemented Interfaces:
-
java.io.Serializable
public final class PageEditConfiguration implements Serializable
A configuration class used to alter the default page editing behaviour.
-
-
Field Summary
Fields Modifier and Type Field Description private BooleanallowPageRotationprivate BooleanallowPageFilter
-
Constructor Summary
Constructors Constructor Description PageEditConfiguration()
-
Method Summary
Modifier and Type Method Description final BooleangetAllowPageRotation()If false, the bottom toolbar will hide the rotate page item. final UnitsetAllowPageRotation(Boolean allowPageRotation)If false, the bottom toolbar will hide the rotate page item. final BooleangetAllowPageFilter()If false, the bottom toolbar will hide the filter page item. final UnitsetAllowPageFilter(Boolean allowPageFilter)If false, the bottom toolbar will hide the filter page item. -
-
Method Detail
-
getAllowPageRotation
final Boolean getAllowPageRotation()
If false, the bottom toolbar will hide the rotate page item. Defaults to true.
-
setAllowPageRotation
final Unit setAllowPageRotation(Boolean allowPageRotation)
If false, the bottom toolbar will hide the rotate page item. Defaults to true.
-
getAllowPageFilter
final Boolean getAllowPageFilter()
If false, the bottom toolbar will hide the filter page item. Defaults to true.
-
setAllowPageFilter
final Unit setAllowPageFilter(Boolean allowPageFilter)
If false, the bottom toolbar will hide the filter page item. Defaults to true.
-
-
-
-