クラス OkCancelRule
- java.lang.Object
-
- io.sitoolkit.wt.gui.pres.editor.testscript.rule.OkCancelRule
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 OkCancelRule()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 StringconvertValue(String value)StringdefalutValue()List<String>getChoices()booleanisChangeable()booleanmatch(String value)-
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
インタフェースから継承されたメソッド io.sitoolkit.wt.gui.pres.editor.testscript.rule.InputRule
isChooseable
-
-
-
-
メソッドの詳細
-
isChangeable
public boolean isChangeable()
- 定義:
isChangeableインタフェース内InputRule
-
defalutValue
public String defalutValue()
- 定義:
defalutValueインタフェース内InputRule
-
getChoices
public List<String> getChoices()
- 定義:
getChoicesインタフェース内InputRule
-
convertValue
public String convertValue(String value)
- 定義:
convertValueインタフェース内InputRule
-
-