Interface HasLineClampProperty
- All Known Implementing Classes:
LabeledText
public interface HasLineClampProperty
- Author:
- Bruno Salmon
-
Property Summary
Properties -
Method Summary
Modifier and TypeMethodDescriptiondefault int
Gets the value of thelineClamp
property.default void
setLineClamp
(Number height) Sets the value of thelineClamp
property.
-
Property Details
-
lineClamp
IntegerProperty lineClampProperty
-
-
Method Details
-
lineClampProperty
IntegerProperty lineClampProperty()- Returns:
- the
lineClamp
property - See Also:
-
setLineClamp
Sets the value of thelineClamp
property.- Property description:
- Parameters:
height
- the value for thelineClamp
property- See Also:
-
getLineClamp
default int getLineClamp()Gets the value of thelineClamp
property.- Property description:
- Returns:
- the value of the
lineClamp
property - See Also:
-