org.seasar.jface.component.impl
クラス TableItemComponent

java.lang.Object
  上位を拡張 org.seasar.jface.component.impl.AbstractUIElement
      上位を拡張 org.seasar.jface.component.impl.AbstractUIComponent
          上位を拡張 org.seasar.jface.component.impl.AbstractItemComponent
              上位を拡張 org.seasar.jface.component.impl.TableItemComponent
すべての実装されたインタフェース:
UIComponent, UIElement

public class TableItemComponent
extends AbstractItemComponent

作成者:
bskuroneko

コンストラクタの概要
TableItemComponent()
           
 
メソッドの概要
 void addTableCell(TableCellComponent cell)
           
 String getBackground()
           
 String getChecked()
           
 String getFontHeight()
           
 String getFontName()
           
 String getFontStyle()
           
 String getForeground()
           
 String getGrayed()
           
 String getImage()
           
 List<TableCellComponent> getTableCells()
           
 String getText()
           
 void setBackground(String background)
           
 void setChecked(String checked)
           
 void setFontHeight(String fontHeight)
           
 void setFontName(String fontName)
           
 void setFontStyle(String fontStyle)
           
 void setForeground(String foreground)
           
 void setGrayed(String grayed)
           
 void setImage(String image)
           
 void setText(String text)
           
 
クラス org.seasar.jface.component.impl.AbstractUIComponent から継承されたメソッド
doRender, getId, getMenu, getParent, getRenderer, getReplace, getStyle, getWidget, render, renderMenu, setId, setMenu, setParent, setRenderer, setReplace, setStyle, setWidget
 
クラス org.seasar.jface.component.impl.AbstractUIElement から継承されたメソッド
getBasePath, getLocation, setBasePath, setLocation
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.seasar.jface.component.UIElement から継承されたメソッド
getBasePath, getLocation, setBasePath, setLocation
 

コンストラクタの詳細

TableItemComponent

public TableItemComponent()
メソッドの詳細

getBackground

public String getBackground()

setBackground

public void setBackground(String background)

getChecked

public String getChecked()

setChecked

public void setChecked(String checked)

getFontHeight

public String getFontHeight()

setFontHeight

public void setFontHeight(String fontHeight)

getFontName

public String getFontName()

setFontName

public void setFontName(String fontName)

getFontStyle

public String getFontStyle()

setFontStyle

public void setFontStyle(String fontStyle)

getForeground

public String getForeground()

setForeground

public void setForeground(String foreground)

getGrayed

public String getGrayed()

setGrayed

public void setGrayed(String grayed)

addTableCell

public void addTableCell(TableCellComponent cell)

getTableCells

public List<TableCellComponent> getTableCells()

getImage

public String getImage()
オーバーライド:
クラス AbstractItemComponent 内の getImage

setImage

public void setImage(String image)
オーバーライド:
クラス AbstractItemComponent 内の setImage

getText

public String getText()
オーバーライド:
クラス AbstractItemComponent 内の getText

setText

public void setText(String text)
オーバーライド:
クラス AbstractItemComponent 内の setText


Copyright © 2006 The Seasar Foundation. All Rights Reserved.