| |
|
| java.lang.Object nextapp.echo2.app.Component nextapp.echo2.app.Row
All known Subclasses: echo2example.email.PageNavigator,
Row | public class Row extends Component (Code) | | A layout Component which renders its contents in a single
horizontal row of cells.
Child LayoutData: Children of this component may provide
layout information using the
nextapp.echo2.app.layout.RowLayoutData layout data object.
See Also: nextapp.echo2.app.layout.RowLayoutData |
Constructor Summary | |
public | Row() Creates a new Row . |
PROPERTY_ALIGNMENT | final public static String PROPERTY_ALIGNMENT(Code) | | |
PROPERTY_BORDER | final public static String PROPERTY_BORDER(Code) | | |
PROPERTY_CELL_SPACING | final public static String PROPERTY_CELL_SPACING(Code) | | |
PROPERTY_INSETS | final public static String PROPERTY_INSETS(Code) | | |
Row | public Row()(Code) | | Creates a new Row .
|
getAlignment | public Alignment getAlignment()(Code) | | Returns the alignment of the row's content.
Only horizontal alignments are supported.
the alignment |
getBorder | public Border getBorder()(Code) | | Returns the Border that encloses the entire Column .
the border |
getCellSpacing | public Extent getCellSpacing()(Code) | | Returns the spacing between individual cells of the Column .
This property only supports Extent s with
fixed (i.e., not percent) units.
the cell spacing |
getInsets | public Insets getInsets()(Code) | | Returns the inset between the border and cells of the Column .
the inset |
setAlignment | public void setAlignment(Alignment newValue)(Code) | | Sets the alignment of the row's content.
Only horizontal alignments are supported.
Parameters: newValue - the new alignment |
setBorder | public void setBorder(Border newValue)(Code) | | Sets the Border that encloses the entire Column .
Parameters: newValue - the new border |
setCellSpacing | public void setCellSpacing(Extent newValue)(Code) | | Sets the spacing between individual cells of the Column .
This property only supports Extent s with
fixed (i.e., not percent) units.
Parameters: newValue - the new spacing |
setInsets | public void setInsets(Insets newValue)(Code) | | Sets the inset between the border and cells of the Column .
Parameters: newValue - the new inset |
Methods inherited from nextapp.echo2.app.Component | public void add(Component c)(Code)(Java Doc) public void add(Component c, int n) throws IllegalChildException(Code)(Java Doc) public void addPropertyChangeListener(PropertyChangeListener l)(Code)(Java Doc) void assignRenderId(String renderId)(Code)(Java Doc) public void dispose()(Code)(Java Doc) void doDispose()(Code)(Java Doc) void doInit()(Code)(Java Doc) protected void firePropertyChange(String propertyName, Object oldValue, Object newValue)(Code)(Java Doc) public ApplicationInstance getApplicationInstance()(Code)(Java Doc) public Color getBackground()(Code)(Java Doc) final public Component getComponent(int n)(Code)(Java Doc) final public Component getComponent(String id)(Code)(Java Doc) final public int getComponentCount()(Code)(Java Doc) final public Component[] getComponents()(Code)(Java Doc) protected EventListenerList getEventListenerList()(Code)(Java Doc) final public int getFocusTraversalIndex()(Code)(Java Doc) public Font getFont()(Code)(Java Doc) public Color getForeground()(Code)(Java Doc) public String getId()(Code)(Java Doc) final public Object getIndexedProperty(String propertyName, int propertyIndex)(Code)(Java Doc) public LayoutData getLayoutData()(Code)(Java Doc) public LayoutDirection getLayoutDirection()(Code)(Java Doc) public Locale getLocale()(Code)(Java Doc) final public Component getParent()(Code)(Java Doc) final public Object getProperty(String propertyName)(Code)(Java Doc) public String getRenderId()(Code)(Java Doc) final public Object getRenderIndexedProperty(String propertyName, int propertyIndex)(Code)(Java Doc) final public Object getRenderIndexedProperty(String propertyName, int propertyIndex, Object defaultValue)(Code)(Java Doc) final public LayoutDirection getRenderLayoutDirection()(Code)(Java Doc) final public Locale getRenderLocale()(Code)(Java Doc) final public Object getRenderProperty(String propertyName)(Code)(Java Doc) final public Object getRenderProperty(String propertyName, Object defaultValue)(Code)(Java Doc) final public Style getStyle()(Code)(Java Doc) final public String getStyleName()(Code)(Java Doc) final public Component getVisibleComponent(int n)(Code)(Java Doc) final public int getVisibleComponentCount()(Code)(Java Doc) final public Component[] getVisibleComponents()(Code)(Java Doc) protected boolean hasEventListenerList()(Code)(Java Doc) final public int indexOf(Component c)(Code)(Java Doc) public void init()(Code)(Java Doc) final public boolean isAncestorOf(Component c)(Code)(Java Doc) final public boolean isEnabled()(Code)(Java Doc) public boolean isFocusTraversalParticipant()(Code)(Java Doc) final public boolean isRegistered()(Code)(Java Doc) final public boolean isRenderEnabled()(Code)(Java Doc) final public boolean isRenderVisible()(Code)(Java Doc) public boolean isValidChild(Component child)(Code)(Java Doc) public boolean isValidParent(Component parent)(Code)(Java Doc) final public boolean isVisible()(Code)(Java Doc) public void processInput(String inputName, Object inputValue)(Code)(Java Doc) void register(ApplicationInstance newValue)(Code)(Java Doc) public void remove(Component c)(Code)(Java Doc) public void remove(int n)(Code)(Java Doc) public void removeAll()(Code)(Java Doc) public void removePropertyChangeListener(PropertyChangeListener l)(Code)(Java Doc) public void setBackground(Color newValue)(Code)(Java Doc) public void setEnabled(boolean newValue)(Code)(Java Doc) public void setFocusTraversalIndex(int newValue)(Code)(Java Doc) public void setFocusTraversalParticipant(boolean newValue)(Code)(Java Doc) public void setFont(Font newValue)(Code)(Java Doc) public void setForeground(Color newValue)(Code)(Java Doc) public void setId(String id)(Code)(Java Doc) public void setIndexedProperty(String propertyName, int propertyIndex, Object newValue)(Code)(Java Doc) public void setLayoutData(LayoutData newValue)(Code)(Java Doc) public void setLayoutDirection(LayoutDirection newValue)(Code)(Java Doc) public void setLocale(Locale newValue)(Code)(Java Doc) public void setProperty(String propertyName, Object newValue)(Code)(Java Doc) public void setRenderId(String renderId)(Code)(Java Doc) public void setStyle(Style newValue)(Code)(Java Doc) public void setStyleName(String newValue)(Code)(Java Doc) public void setVisible(boolean newValue)(Code)(Java Doc) public void validate()(Code)(Java Doc) public boolean verifyInput(String inputName, Object inputValue)(Code)(Java Doc) final public int visibleIndexOf(Component c)(Code)(Java Doc)
|
|
|
|