|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MultiLineFacet
Whether the (string) property or parameter should be rendered over multiple lines.
In the standard Naked Objects Programming Model, corresponds to the @MultiLine annotation.
| Method Summary | |
|---|---|
int |
numberOfLines()
How many lines to use. |
boolean |
preventWrapping()
Whether carriage returns should be used to split over multiple lines or not. |
| Methods inherited from interface org.nakedobjects.metamodel.facets.Facet |
|---|
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet |
| Method Detail |
|---|
int 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||