Tabnine Logo
SInstance.getSerializableRef
Code IndexAdd Tabnine to your IDE (free)

How to use
getSerializableRef
method
in
org.opensingular.form.SInstance

Best Java code snippets using org.opensingular.form.SInstance.getSerializableRef (Showing top 5 results out of 315)

origin: org.opensingular/singular-form-wicket

@SuppressWarnings("unchecked")
@Override
public void setFilterValue(F value) {
  if (value != null) {
    this.filter = (InstanceSerializableRef<F>) value.getSerializableRef();
  } else {
    this.filter = null;
  }
}
origin: org.opensingular/form-wicket

@SuppressWarnings("unchecked")
public SInstanceRootModel(I object) {
  instanceRef = (InstanceSerializableRef<I>) object.getSerializableRef();
}
origin: org.opensingular/singular-form-wicket

@SuppressWarnings("unchecked")
public SInstanceRootModel(I object) {
  instanceRef = (InstanceSerializableRef<I>) object.getSerializableRef();
}
origin: org.opensingular/form-wicket

@SuppressWarnings("unchecked")
@Override
public void setObject(I object) {
  detachEventCollector();
  instanceRef = (InstanceSerializableRef<I>) object.getSerializableRef();
}
origin: org.opensingular/singular-form-wicket

@SuppressWarnings("unchecked")
@Override
public void setObject(I object) {
  detachEventCollector();
  instanceRef = (InstanceSerializableRef<I>) object.getSerializableRef();
}
org.opensingular.formSInstancegetSerializableRef

Popular methods of SInstance

  • getDocument
    Retorna o documento ao qual pertence a instância atual.
  • getType
  • toStringDisplay
  • getId
    Retorna um ID único dentre as instâncias do mesmo documento. Um ID nunca é reutilizado, mesmo se a i
  • getAttributeValue
  • findNearest
    Returns the nearest SInstance for the given type in the form SInstance tree. The search is performed
  • setId
    Apenas para uso nas soluções de persistencia. Não deve ser usado fora dessa situação.
  • clearInstance
    Apaga os valores associados a instância. Se for uma lista ou composto, apaga os valores em profundid
  • getName
  • getParent
  • getValue
  • isEmptyOfData
    Retorna true se a instancia não conter nenhuma informação diferente de null. A pesquisa é feita em
  • getValue,
  • isEmptyOfData,
  • asAtr,
  • asAtrAnnotation,
  • asAtrProvider,
  • attachEventCollector,
  • detachEventCollector,
  • getDictionary,
  • getField,
  • getPathFromRoot

Popular in Java

  • Making http requests using okhttp
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • notifyDataSetChanged (ArrayAdapter)
  • putExtra (Intent)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • PrintStream (java.io)
    Fake signature of an existing Java class.
  • Thread (java.lang)
    A thread is a thread of execution in a program. The Java Virtual Machine allows an application to ha
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • StringTokenizer (java.util)
    Breaks a string into tokens; new code should probably use String#split.> // Legacy code: StringTo
  • Top PhpStorm 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