|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.controls.JetProperty
jet.controls.JetString
public class JetString
Color property, for saving/retriving a String value. If the value is null, means transparent.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
JetString()
|
|
JetString(JetObject parent,
java.lang.String name)
Constructor. |
|
JetString(JetObject parent,
java.lang.String name,
java.lang.String defval)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
get()
Returns the value of this string. |
int[] |
getMatchingSqlType()
Get Matching SQL Type of this property |
java.util.Vector |
getPropertyChoice()
|
void |
set(DbValue thevalue)
Sets the value to this property via a DbValue. |
void |
set(java.lang.String value)
Sets the value to this property via a String. |
void |
setPropertyChoice(java.util.Vector propertyChoice)
|
java.lang.String |
toString()
Returns the value as a String. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JetString()
public JetString(JetObject parent,
java.lang.String name)
parent - the owner of the property.name - the property name
public JetString(JetObject parent,
java.lang.String name,
java.lang.String defval)
parent - the owner of the property.name - the property namethedef - the default value.| Method Detail |
|---|
public void set(java.lang.String value)
set in class JetPropertyvalue - the String valuepublic void set(DbValue thevalue)
value - the DbValue valuepublic java.lang.String get()
setValue(java.lang.String),
set(java.lang.String)public java.lang.String toString()
toString in class java.lang.Objectpublic int[] getMatchingSqlType()
JetProperty
getMatchingSqlType in class JetPropertypublic java.util.Vector getPropertyChoice()
getPropertyChoice in class JetPropertypublic void setPropertyChoice(java.util.Vector propertyChoice)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||