Package valid

Class Manager

java.lang.Object
systextil.nxj.FieldAdapter
valid.Manager
All Implemented Interfaces:
systextil.nxj.FieldListener

public class Manager extends systextil.nxj.FieldAdapter
Controla funções auxiliares dos campos de validação. Em especial, fornece aos campos um FieldListener que pode comunicar o listener padrão do campo com sua classe "controller", se existir.
Esta classe substitui a classe JavaFieldManager que tinha essa função.
  • Method Details

    • validate

      public static boolean validate(com.unify.nxj.mgr.datatypes.NullableField field) throws systextil.msg.Msg
      Throws:
      systextil.msg.Msg
    • stipple

      public static void stipple(com.unify.nxj.mgr.datatypes.NullableField field, boolean stipple)
    • getConn

      public static br.com.intersys.systextil.connection.AppConnection getConn(com.unify.nxj.mgr.datatypes.NullableField field)
    • beforeField

      public void beforeField() throws Exception
      Specified by:
      beforeField in interface systextil.nxj.FieldListener
      Overrides:
      beforeField in class systextil.nxj.FieldAdapter
      Throws:
      Exception
    • validar

      public void validar() throws Exception
      Specified by:
      validar in interface systextil.nxj.FieldListener
      Overrides:
      validar in class systextil.nxj.FieldAdapter
      Throws:
      Exception
    • afterField

      public void afterField() throws Exception
      Specified by:
      afterField in interface systextil.nxj.FieldListener
      Overrides:
      afterField in class systextil.nxj.FieldAdapter
      Throws:
      Exception
    • initField

      public void initField() throws Exception
      Specified by:
      initField in interface systextil.nxj.FieldListener
      Overrides:
      initField in class systextil.nxj.FieldAdapter
      Throws:
      Exception
    • onDataAccept

      public void onDataAccept() throws Exception
      Specified by:
      onDataAccept in interface systextil.nxj.FieldListener
      Overrides:
      onDataAccept in class systextil.nxj.FieldAdapter
      Throws:
      Exception
    • onSearchRangeAccept

      public void onSearchRangeAccept() throws Exception
      Specified by:
      onSearchRangeAccept in interface systextil.nxj.FieldListener
      Overrides:
      onSearchRangeAccept in class systextil.nxj.FieldAdapter
      Throws:
      Exception
    • whenValueChanges

      public void whenValueChanges() throws Exception
      Specified by:
      whenValueChanges in interface systextil.nxj.FieldListener
      Overrides:
      whenValueChanges in class systextil.nxj.FieldAdapter
      Throws:
      Exception