public interface MultiLineFacet extends MultipleValueFacet
In the standard Apache Isis Programming Model, corresponds to the @MultiLine annotation.
| Modifier and Type | Method and Description |
|---|---|
int |
numberOfLines()
How many lines to use.
|
boolean |
preventWrapping()
Whether carriage returns should be used to split over multiple lines or
not.
|
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacetint numberOfLines()
boolean preventWrapping()
If set to true, then user must use carriage returns to split. If set to false, then the viewer should automatically wrap when spills over the length of one line.
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.