org.torikiri.xlsapi.style
クラス AbstractBooleanValueProperty

java.lang.Object
  上位を拡張 org.torikiri.xlsapi.DefaultProperty<T>
      上位を拡張 org.torikiri.xlsapi.BooleanProperty<HSSFCellStyle>
          上位を拡張 org.torikiri.xlsapi.style.AbstractBooleanValueProperty
すべての実装されたインタフェース:
Property<HSSFCellStyle>, StyleProperty
直系の既知のサブクラス:
Hidden, Locked, WrapText

public abstract class AbstractBooleanValueProperty
extends BooleanProperty<HSSFCellStyle>
implements StyleProperty


フィールドの概要
 
クラス org.torikiri.xlsapi.BooleanProperty から継承されたフィールド
value
 
コンストラクタの概要
protected AbstractBooleanValueProperty(boolean value)
           
 
メソッドの概要
protected abstract  void build(HSSFCellStyle style)
           
 void build(XlsContext ctx, HSSFCellStyle style)
           
 
クラス org.torikiri.xlsapi.DefaultProperty から継承されたメソッド
getKey
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.torikiri.xlsapi.Property から継承されたメソッド
getKey
 

コンストラクタの詳細

AbstractBooleanValueProperty

protected AbstractBooleanValueProperty(boolean value)
メソッドの詳細

build

public void build(XlsContext ctx,
                  HSSFCellStyle style)
定義:
インタフェース Property<HSSFCellStyle> 内の build

build

protected abstract void build(HSSFCellStyle style)