EchoPoint
2.1.0rc5

echopointng.able
Interface Heightable

All Superinterfaces:
Delegateable
All Known Subinterfaces:
Scrollable, Sizeable
All Known Implementing Classes:
AbleComponent, AbleProperties, AutoLookupTextFieldEx, BalloonHelp, ButtonEx, Calculator, CalculatorField, ColorChooser, ComboBox, ContainerEx, DateChooser, DateField, DisplayLayoutData, DropDown, EditableLabelEx, ExpandableSection, GroupBox, ImageIcon, ImageMap, LabelEx, ListSection, LiveTable, Menu, MenuBar, MenuButton, MenuItem, NativeWindow, PasswordFieldEx, PopUp, ProgressBar, PushButton, RichTextArea, ScrollableDisplayLayoutData, Slider, Strut, TabbedPane, TemplatePanel, TextFieldEx, TitleBar, Tree

public interface Heightable
extends Delegateable

A Heightable is a component that can have a a fixed height in some specified units. These dimensions are acheived done via setting Extents.

If the Extent properties, are set to either Integer.MAX_VALUE or Integer.MIN_VALUE, then it will not be taken into effect when rendering the component. Also if they are null, then then it will not be taken into effect when rendering the component


Field Summary
static String PROPERTY_HEIGHT
           
 
Method Summary
 Extent getHeight()
          Retutns the height extent of the Heightable.
 void setHeight(Extent newValue)
          Sets the height extent of the Heightable.
 
Methods inherited from interface echopointng.able.Delegateable
getRenderProperty, getRenderProperty
 

Field Detail

PROPERTY_HEIGHT

static final String PROPERTY_HEIGHT
See Also:
Constant Field Values
Method Detail

getHeight

Extent getHeight()
Retutns the height extent of the Heightable.

Returns:
the height extent of the Heightable.

setHeight

void setHeight(Extent newValue)
Sets the height extent of the Heightable.

Parameters:
newValue - - the new height extent of the Heightable

EchoPoint
2.1.0rc5