Interface IStiKeepChildTogether
- All Known Implementing Classes:
StiChildBand
public interface IStiKeepChildTogether
Allows to keep all childs together, if possible.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanGets or sets value indicates that childs are to be kept together.voidsetKeepChildTogether(boolean value)
-
Method Details
-
getKeepChildTogether
boolean getKeepChildTogether()Gets or sets value indicates that childs are to be kept together. -
setKeepChildTogether
void setKeepChildTogether(boolean value)
-