|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.richclient.form.builder.support.AbstractFormComponentInterceptor
public abstract class AbstractFormComponentInterceptor
Abstract base for
FormComponentInterceptorFactory
with formModel handling.
| Constructor Summary | |
|---|---|
protected |
AbstractFormComponentInterceptor()
|
protected |
AbstractFormComponentInterceptor(FormModel formModel)
|
| Method Summary | |
|---|---|
protected FormModel |
getFormModel()
|
protected JComponent |
getInnerComponent(JComponent component)
Check for JScrollPane. |
void |
processComponent(String propertyName,
JComponent component)
Perform some kind of processing on the component. |
void |
processLabel(String propertyName,
JComponent label)
Perform some kind of processing on the label. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractFormComponentInterceptor()
protected AbstractFormComponentInterceptor(FormModel formModel)
| Method Detail |
|---|
protected FormModel getFormModel()
public void processLabel(String propertyName,
JComponent label)
FormComponentInterceptor
processLabel in interface FormComponentInterceptorpropertyName - the name of the property that the label is forlabel - the label to process
public void processComponent(String propertyName,
JComponent component)
FormComponentInterceptor
processComponent in interface FormComponentInterceptorpropertyName - the name of the property that the component is forcomponent - the component to processprotected JComponent getInnerComponent(JComponent component)
component -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||