Class RegexCheck

java.lang.Object
com.infoteria.asteria.flowbuilder2.plugin.RegexCheck
All Implemented Interfaces:
PropertyChangeListener, MetaData, Cloneable, EventListener

public class RegexCheck extends Object implements PropertyChangeListener, MetaData, Cloneable
Property値の変更前に正規表現によるチェックを行うPropertyListenerです。
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    自身の複製を返します。
    MetaDataを実装クラスでも必ずしも複製可能である必要はありません。
    (CloneNotSupportedExceptionを投げても構いません。)
    void
    プロパティ値が変更された直後に発生するイベント
    void
    プロパティ値が変更された直前に発生するイベント
    PropertyChangeVetoExceptionをthrowするとプロパティ値の設定がキャンセルされます。
    void
    定義情報のある要素から設定情報を自身に反映します。

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait