Class RegexCheck
java.lang.Object
com.infoteria.asteria.flowbuilder2.plugin.RegexCheck
- All Implemented Interfaces:
PropertyChangeListener,MetaData,Cloneable,EventListener
Property値の変更前に正規表現によるチェックを行うPropertyListenerです。
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()自身の複製を返します。
MetaDataを実装クラスでも必ずしも複製可能である必要はありません。
(CloneNotSupportedExceptionを投げても構いません。)voidプロパティ値が変更された直後に発生するイベントvoidプロパティ値が変更された直前に発生するイベント
PropertyChangeVetoExceptionをthrowするとプロパティ値の設定がキャンセルされます。void定義情報のある要素から設定情報を自身に反映します。
-
Constructor Details
-
RegexCheck
public RegexCheck()
-
-
Method Details
-
setup
Description copied from interface:MetaData定義情報のある要素から設定情報を自身に反映します。 -
clone
Description copied from interface:MetaData自身の複製を返します。
MetaDataを実装クラスでも必ずしも複製可能である必要はありません。
(CloneNotSupportedExceptionを投げても構いません。)- Specified by:
clonein interfaceMetaData- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
propertyChanged
Description copied from interface:PropertyChangeListenerプロパティ値が変更された直後に発生するイベント- Specified by:
propertyChangedin interfacePropertyChangeListener
-
propertyChanging
Description copied from interface:PropertyChangeListenerプロパティ値が変更された直前に発生するイベント
PropertyChangeVetoExceptionをthrowするとプロパティ値の設定がキャンセルされます。- Specified by:
propertyChangingin interfacePropertyChangeListener- Throws:
PropertyChangeVetoException
-