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

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

public class SpinnerComponent
extends CompositeComponent

作成者:
bskuroneko

コンストラクタの概要
SpinnerComponent()
           
 
メソッドの概要
 String getDigits()
           
 String getIncrement()
           
 String getMaximum()
           
 String getMinimum()
           
 String getPageIncrement()
           
 String getSelection()
           
 void setDigits(String digits)
           
 void setIncrement(String increment)
           
 void setMaximum(String maximum)
           
 void setMinimum(String minimum)
           
 void setPageIncrement(String pageIncrement)
           
 void setSelection(String selection)
           
 
クラス org.seasar.jface.component.impl.CompositeComponent から継承されたメソッド
addChild, doRender, getChildLayoutDataInfo, getChildren, getCommonAttributes, getLayoutInfo, renderChild, setChildLayoutDataInfo, setCommonAttributes, setLayoutInfo
 
クラス org.seasar.jface.component.impl.ControlComponent から継承されたメソッド
getBackground, getBackgroundImage, getEnabled, getEnabledDependId, getEnabledDependType, getFontHeight, getFontName, getFontStyle, getForeground, getHeight, getLayoutDataInfo, getToolTipText, getVisible, getWidth, getX, getY, setBackground, setBackgroundImage, setEnabled, setEnabledDependId, setEnabledDependType, setFontHeight, setFontName, setFontStyle, setForeground, setHeight, setLayoutDataInfo, setToolTipText, setVisible, setWidth, setX, setY
 
クラス org.seasar.jface.component.impl.AbstractUIComponent から継承されたメソッド
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.UIComponent から継承されたメソッド
getId, getMenu, getParent, getRenderer, getStyle, getWidget, render, setId, setMenu, setParent, setRenderer, setStyle, setWidget
 
インタフェース org.seasar.jface.component.UIElement から継承されたメソッド
getBasePath, getLocation, setBasePath, setLocation
 

コンストラクタの詳細

SpinnerComponent

public SpinnerComponent()
メソッドの詳細

getMaximum

public String getMaximum()

setMaximum

public void setMaximum(String maximum)

getMinimum

public String getMinimum()

setMinimum

public void setMinimum(String minimum)

getSelection

public String getSelection()

setSelection

public void setSelection(String selection)

getIncrement

public String getIncrement()

setIncrement

public void setIncrement(String increment)

getPageIncrement

public String getPageIncrement()

setPageIncrement

public void setPageIncrement(String pageIncrement)

getDigits

public String getDigits()

setDigits

public void setDigits(String digits)


Copyright © 2006 The Seasar Foundation. All Rights Reserved.