|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.formaria.editor.project.pages.components.PropertyHelper
org.formaria.editor.project.pages.components.TextAreaHelper
public class TextAreaHelper
A helper for the TextArea types
Copyright (c) Formaria Ltd., 2002-2003
$Revision: 1.4 $
| Field Summary |
|---|
| Fields inherited from class org.formaria.editor.project.pages.components.PropertyHelper |
|---|
alignmentOptionIds, alignmentOptions, allowsChildren, builtinProperties, className, componentType, defaultValues, defExt, extensions, fileTypeDesc, horzScrollOptionIds, isSwing, lblAlignmentOptionIds, lblAlignmentOptions, numBuiltinProperties, properties, propertyTypes, restrictsSize, scrollOptions, usesContentFile, vertScrollOptionIds |
| Constructor Summary | |
|---|---|
TextAreaHelper()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getPropertyValue(PageResource pageResource,
java.awt.Component comp,
java.lang.String propertyName)
Get the value of the property exposed by the component |
boolean |
setPropertyValue(PageResource pageResource,
java.lang.Object obj,
java.lang.String propertyName,
java.lang.Object objValue)
Set the value of the property exposed by the component |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextAreaHelper()
| Method Detail |
|---|
public java.lang.String getPropertyValue(PageResource pageResource,
java.awt.Component comp,
java.lang.String propertyName)
pageResource - the page resource to which this component belongscomp - the component instancepropertyName - the component property name
public boolean setPropertyValue(PageResource pageResource,
java.lang.Object obj,
java.lang.String propertyName,
java.lang.Object objValue)
setPropertyValue in class PropertyHelperpageResource - the pageResource that owns/manages the componentobj - the component instancepropertyName - the component property nameobjValue - the value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||