org.seasar.tuigwaa.model.core.impl
クラス StringAttribute

java.lang.Object
  拡張org.seasar.tuigwaa.model.core.impl.TgwElementImpl
      拡張org.seasar.tuigwaa.model.core.impl.AbstractAttribute
          拡張org.seasar.tuigwaa.model.core.impl.StringAttribute
すべての実装インタフェース:
TgwAttribute, TgwElement

public class StringAttribute
extends AbstractAttribute

タイプが文字列・リストから文字列選択に対応

作成者:
nishioka

フィールドの概要
static String FORM_CHECKBOX
           
static String FORM_COMBOBOX
           
static String FORM_RADIO
           
static String MASK_CONTEXT
           
static String MASK_EMAIL
           
static String MASK_HTML
           
static String MASK_NORMAL
           
static String MASK_SHORTCONTEXT
           
static String MASK_URL
           
static String MASK_WIKI
           
static String MASK_WIKILINK
           
static String[] MASKS
           
static String OPTION_RESTRICTION
           
 
クラス org.seasar.tuigwaa.model.core.impl.AbstractAttribute から継承したフィールド
log
 
インタフェース org.seasar.tuigwaa.model.core.TgwAttribute から継承したフィールド
TYPE_BOOLEAN, TYPE_BYTEARRAY, TYPE_DATE, TYPE_FILE, TYPE_FK, TYPE_FLOAT, TYPE_INTEGER, TYPE_LONG, TYPE_SECURITY, TYPE_SELF, TYPE_SET, TYPE_STRING, TYPE_STRINGARRAY, TYPE_TIMESTAMP
 
コンストラクタの概要
StringAttribute()
           
 
メソッドの概要
 Object accept(TgwAttributeVisitor visitor, Object data)
           
 Object accept(TgwElementVisitor visitor, Object data)
           
 String getFormType()
           
 int getLength()
           
 String getMask()
           
 String[] getRestrictions()
           
 String getType()
           
 void setFormType(String formType)
           
 void setLength(int length)
           
 void setMask(String mask)
           
 void setRestrictions(String[] restrictions)
           
 
クラス org.seasar.tuigwaa.model.core.impl.AbstractAttribute から継承したメソッド
getEntity, getOption, isRequired, setEntity, setOption, setRequired, setType
 
クラス org.seasar.tuigwaa.model.core.impl.TgwElementImpl から継承したメソッド
addChild, clearChildren, getChild, getChildByDisplayName, getChildList, getChildNameIterator, getDescription, getDisplayName, getName, getParent, removeChild, setDescription, setDisplayName, setName, setParent, swapChild, updateChild
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.seasar.tuigwaa.model.core.TgwElement から継承したメソッド
addChild, getDescription, getDisplayName, getName, getParent, setDescription, setDisplayName, setName, setParent, swapChild, updateChild
 

フィールドの詳細

OPTION_RESTRICTION

public static final String OPTION_RESTRICTION
関連項目:
定数フィールド値

FORM_RADIO

public static final String FORM_RADIO
関連項目:
定数フィールド値

FORM_CHECKBOX

public static final String FORM_CHECKBOX
関連項目:
定数フィールド値

FORM_COMBOBOX

public static final String FORM_COMBOBOX
関連項目:
定数フィールド値

MASK_NORMAL

public static final String MASK_NORMAL
関連項目:
定数フィールド値

MASK_EMAIL

public static final String MASK_EMAIL
関連項目:
定数フィールド値

MASK_URL

public static final String MASK_URL
関連項目:
定数フィールド値

MASK_CONTEXT

public static final String MASK_CONTEXT
関連項目:
定数フィールド値

MASK_SHORTCONTEXT

public static final String MASK_SHORTCONTEXT
関連項目:
定数フィールド値

MASK_WIKI

public static final String MASK_WIKI
関連項目:
定数フィールド値

MASK_HTML

public static final String MASK_HTML
関連項目:
定数フィールド値

MASK_WIKILINK

public static final String MASK_WIKILINK
関連項目:
定数フィールド値

MASKS

public static final String[] MASKS
コンストラクタの詳細

StringAttribute

public StringAttribute()
メソッドの詳細

getType

public String getType()
定義:
インタフェース TgwAttribute 内の getType
定義:
クラス AbstractAttribute 内の getType

setMask

public void setMask(String mask)

getMask

public String getMask()

setRestrictions

public void setRestrictions(String[] restrictions)

getRestrictions

public String[] getRestrictions()

setFormType

public void setFormType(String formType)

getFormType

public String getFormType()

getLength

public int getLength()

setLength

public void setLength(int length)

accept

public Object accept(TgwElementVisitor visitor,
                     Object data)
定義:
インタフェース TgwElement 内の accept
定義:
クラス TgwElementImpl 内の accept

accept

public Object accept(TgwAttributeVisitor visitor,
                     Object data)


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.