|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo.Grid
net.sf.jzeno.echo.components.DynaGrid
net.sf.jzeno.echo.components.RebindableCompoundComponent
net.sf.jzeno.echo.components.CompoundComponent
public class CompoundComponent
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class net.sf.jzeno.echo.components.DynaGrid |
|---|
DynaGrid.Cell |
| Nested classes/interfaces inherited from class nextapp.echo.Grid |
|---|
Grid.ExternalState, Grid.GridCellOverlapException |
| Field Summary |
|---|
| Fields inherited from class net.sf.jzeno.echo.components.RebindableCompoundComponent |
|---|
optimizeRendering |
| Fields inherited from interface nextapp.echoservlet.ComponentPeer |
|---|
IGNORE_PROPERTY_CHANGE |
| Constructor Summary | |
|---|---|
CompoundComponent()
Deprecated. |
|
CompoundComponent(java.lang.Class beanClass,
java.lang.String property,
java.lang.String constructionHints)
Deprecated. |
|
| Method Summary | |
|---|---|
boolean |
isValid()
Deprecated. Check if this component contains valid user input. |
void |
markInvalid()
Deprecated. Marks the component as invalid. |
void |
rebind()
Deprecated. This is not part of the public interface for projects. Rebind is only used internally |
| Methods inherited from class net.sf.jzeno.echo.components.RebindableCompoundComponent |
|---|
fireActionEvent, fireActionEvent, fireActionEvent, getActionCommand, isMarkedInvalid, markValid, setActionCommand |
| Methods inherited from class net.sf.jzeno.echo.components.DynaGrid |
|---|
add, add, add, add, addCentered, addCentered, addLeft, addLeft, addRight, addRight, addValidator, applyStyle, getBean, getBeanClass, getDecorator, getNullObject, getProperty, getValidationErrors, getValidators, getValue, isAllowLineWrap, isBound, isReadOnly, isRequired, preRender, removeValidator, render, setAllowLineWrap, setBean, setBeanClass, setDecorator, setNullObject, setProperty, setReadOnly, setRequired, setValue, traceValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.jzeno.echo.databinding.RebindableComponent |
|---|
getNullObject, setNullObject, traceValue |
| Methods inherited from interface net.sf.jzeno.echo.databinding.PropertyComponent |
|---|
addValidator, getBean, getBeanClass, getDecorator, getProperty, getValidationErrors, getValidators, getValue, isReadOnly, isRequired, preRender, removeValidator, setBean, setBeanClass, setDecorator, setProperty, setReadOnly, setRequired, setValue |
| Constructor Detail |
|---|
public CompoundComponent()
public CompoundComponent(java.lang.Class beanClass,
java.lang.String property,
java.lang.String constructionHints)
| Method Detail |
|---|
public final void markInvalid()
PropertyComponentMarks the component as invalid. Typically puts a colored border around it to indicate the error.
markInvalid in interface PropertyComponentmarkInvalid in class RebindableCompoundComponentpublic final boolean isValid()
PropertyComponent
Check if this component contains valid user input. In itself this
operation will not mark the component in error. In order to apply error
marking on invalid components you should use
EchoSupport.doValidationRecursively(Component).
isValid in interface PropertyComponentisValid in class DynaGridpublic final void rebind()
RebindableComponentThis operation causes the component to reset it's content to that of the domain model.
rebind in interface RebindableComponentrebind in class RebindableCompoundComponent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||