Package net.infonode.docking.internal
Class WriteContext
java.lang.Object
net.infonode.docking.internal.WriteContext
Contains information used when writing a docking window state.
-
Constructor Summary
ConstructorsConstructorDescriptionWriteContext
(boolean writePropertiesEnabled, ViewSerializer viewSerializer) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns true if property values should be written.void
setViewSerializer
(ViewSerializer viewSerializer)
-
Constructor Details
-
WriteContext
Constructor.- Parameters:
writePropertiesEnabled
- true if property values should be written
-
-
Method Details
-
getWritePropertiesEnabled
public boolean getWritePropertiesEnabled()Returns true if property values should be written.- Returns:
- true if property values should be written
-
getViewSerializer
-
setViewSerializer
-