Tabnine Logo
SIComposite.clearInstance
Code IndexAdd Tabnine to your IDE (free)

How to use
clearInstance
method
in
org.opensingular.form.SIComposite

Best Java code snippets using org.opensingular.form.SIComposite.clearInstance (Showing top 4 results out of 315)

origin: org.opensingular/form-core

@Override
public void clearInstance() {
  deleteReference();
  super.clearInstance();
}
origin: org.opensingular/singular-form-core

@Override
public void clearInstance() {
  deleteReference();
  super.clearInstance();
}
origin: org.opensingular/singular-form-core

@Override
public void setValue(Object obj) {
  if(obj instanceof SIComposite){
    clearInstance();
    Value.hydrate(this, Value.dehydrate((SInstance) obj));
  }else{
    throw new SingularFormException("SIComposite só suporta valores de mesmo tipo", this);
  }
}
origin: org.opensingular/form-core

@Override
public void setValue(Object obj) {
  if(obj instanceof SIComposite){
    clearInstance();
    Value.hydrate(this, Value.dehydrate((SInstance) obj));
  }else{
    throw new SingularFormException("SIComposite só suporta valores de mesmo tipo");
  }
}
org.opensingular.formSICompositeclearInstance

Popular methods of SIComposite

  • getField
  • getFields
    List only those fields already instantiated. OBS: field instantiation occurs automatically when its
  • getType
  • findNearest
  • getDocument
  • setValue
  • asAtr
  • findDescendant
  • getFieldList
  • asAtrAnnotation
  • asAtrBootstrap
  • createField
  • asAtrBootstrap,
  • createField,
  • findFieldIndex,
  • findFieldIndexOpt,
  • getAllChildren,
  • getAllFields,
  • getDictionary,
  • getFieldLocalWithoutCreating,
  • getFieldOpt

Popular in Java

  • Making http post requests using okhttp
  • requestLocationUpdates (LocationManager)
  • putExtra (Intent)
  • getContentResolver (Context)
  • GridBagLayout (java.awt)
    The GridBagLayout class is a flexible layout manager that aligns components vertically and horizonta
  • BufferedInputStream (java.io)
    A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the i
  • BufferedReader (java.io)
    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • Top Sublime Text plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now