org.seasar.uruma.component
インタフェース UIElement

すべてのスーパーインタフェース:
UIElementVisitorAcceptor
既知のサブインタフェースの一覧:
CommonAttributes, LayoutDataInfo, LayoutInfo<LAYOUT_DATA_INFO>, Template, UIComponent, UIComponentContainer, UICompositeComponent, UIControlComponent, UIElementContainer, UIHasMenuCompositeComponent
既知の実装クラスの一覧:
AbstractItemComponent, AbstractUIComponent, AbstractUIContainer, AbstractUIContainerItemComponent, AbstractUIElement, AbstractUIElementContainer, AbstractUIHasMenuCompositeComponent, BrowserComponent, ButtonComponent, CanvasComponent, ComboComponent, CommonAttriburtesImpl, CompositeComponent, ControlComponent, CoolBarComponent, CoolItemComponent, CTabFolderComponent, CTabItemComponent, DateTimeComponent, FillLayoutInfo, GradientInfo, GradientItem, GridDataInfo, GridLayoutInfo, GroupComponent, LabelComponent, LinkComponent, MenuComponent, MenuItemComponent, PartComponent, PartConfigurationElement, PartFolderComponent, PerspectiveComponent, ProgressBarComponent, RowDataInfo, RowLayoutInfo, SashFormComponent, ScaleComponent, SeparatorComponent, SimpleItemComponent, SimpleItemCompositeComponent, SliderComponent, SpinnerComponent, TabFolderComponent, TabItemComponent, TableCellComponent, TableColumnComponent, TableComponent, TableItemComponent, TemplateImpl, TextComponent, ToolBarComponent, ToolItemComponent, TreeComponent, TreeItemComponent, ViewPartComponent, WindowComponent, WorkbenchComponent

public interface UIElement
extends UIElementVisitorAcceptor

画面定義テンプレートの要素を表すインターフェースです。

作成者:
y-komori

メソッドの概要
 String getBasePath()
          画面定義テンプレートファイルのベースパスを取得します。
 String getLocation()
          画面定義テンプレートファイル中の要素の位置を取得します。
 String getPath()
          画面定義テンプレートファイルのパスを取得します。
 void setBasePath(String basePath)
          画面定義テンプレートファイルのベースパスを設定します。
 void setLocation(String location)
          画面定義テンプレートファイル中の要素の位置を設定します。
 void setPath(String path)
          画面定義テンプレートファイルのパスを設定します。
 
インタフェース org.seasar.uruma.component.UIElementVisitorAcceptor から継承されたメソッド
accept
 

メソッドの詳細

setPath

void setPath(String path)
画面定義テンプレートファイルのパスを設定します。

パラメータ:
path - パス

getPath

String getPath()
画面定義テンプレートファイルのパスを取得します。

戻り値:
パス

setBasePath

void setBasePath(String basePath)
画面定義テンプレートファイルのベースパスを設定します。
basePathUrumaTagHandler によって設定されます。

パラメータ:
basePath - 画面定義データファイルのベースパス

getBasePath

String getBasePath()
画面定義テンプレートファイルのベースパスを取得します。

戻り値:
画面定義データファイルのベースパス

setLocation

void setLocation(String location)
画面定義テンプレートファイル中の要素の位置を設定します。
locationUrumaTagHandler によって設定され、主にエラーが発生時の参照のために利用されます。

パラメータ:
location - 画面定義テンプレートファイル中の要素の位置

getLocation

String getLocation()
画面定義テンプレートファイル中の要素の位置を取得します。

戻り値:
画面定義テンプレートファイル中の要素の位置


Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.