|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.uruma.component.base.AbstractUIElement
public abstract class AbstractUIElement
UIElement
を表す基底クラスです。
コンストラクタの概要 | |
---|---|
AbstractUIElement()
|
メソッドの概要 | |
---|---|
void |
accept(UIElementVisitor visitor)
UIElementVisitor の訪問を受け入れます。 |
String |
getBasePath()
画面定義テンプレートファイルのベースパスを取得します。 |
String |
getLocation()
画面定義テンプレートファイル中の要素の位置を取得します。 |
String |
getPath()
画面定義テンプレートファイルのパスを取得します。 |
void |
setBasePath(String basePath)
画面定義テンプレートファイルのベースパスを設定します。 |
void |
setLocation(String location)
画面定義テンプレートファイル中の要素の位置を設定します。 |
void |
setPath(String path)
画面定義テンプレートファイルのパスを設定します。 |
String |
toString()
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public AbstractUIElement()
メソッドの詳細 |
---|
public String getPath()
UIElement
の記述:
UIElement
内の getPath
public void setPath(String path)
UIElement
の記述:
UIElement
内の setPath
path
- パスpublic String getBasePath()
UIElement
の記述:
UIElement
内の getBasePath
public void setBasePath(String basePath)
UIElement
の記述: basePath
は UrumaTagHandler
によって設定されます。
UIElement
内の setBasePath
basePath
- 画面定義データファイルのベースパスpublic String getLocation()
UIElement
の記述:
UIElement
内の getLocation
public void setLocation(String location)
UIElement
の記述: location
は UrumaTagHandler
によって設定され、主にエラーが発生時の参照のために利用されます。
UIElement
内の setLocation
location
- 画面定義テンプレートファイル中の要素の位置public String toString()
Object
内の toString
public void accept(UIElementVisitor visitor)
UIElementVisitorAcceptor
の記述: UIElementVisitor
の訪問を受け入れます。
UIElementVisitorAcceptor
内の accept
visitor
- UIElementVisitor
オブジェクト
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |