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

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

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

origin: org.opensingular/singular-form-wicket

@Override
public SIAnnotation getObject() {
  return referencedInstanceModel.getObject().asAtrAnnotation().annotation(classifier);
}
origin: org.opensingular/form-wicket

@Override
public SIAnnotation getObject() {
  return referencedInstanceModel.getObject().asAtrAnnotation().annotation(classifier);
}
origin: org.opensingular/form-wicket

private static String getToggleButtonCSS(ISInstanceAwareModel<SIComposite> referencedModel) {
  AtrAnnotation isInstanceAwareModel = referencedModel.getObject().asAtrAnnotation();
  if (!isInstanceAwareModel.hasAnnotation())
    return "btn-default";
  else if (isTrue(isInstanceAwareModel.annotation().getApproved()))
    return "btn-info";
  else
    return "btn-danger";
}
origin: org.opensingular/form-wicket

private boolean renderAnnotations() {
  return ctx.getRootContext().getAnnotationMode().enabled() &&
      getInstance().asAtrAnnotation().isAnnotated();
}
org.opensingular.formSICompositeasAtrAnnotation

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
  • asAtrBootstrap
  • clearInstance
  • createField
  • clearInstance,
  • createField,
  • findFieldIndex,
  • findFieldIndexOpt,
  • getAllChildren,
  • getAllFields,
  • getDictionary,
  • getFieldLocalWithoutCreating,
  • getFieldOpt

Popular in Java

  • Finding current android device location
  • setRequestProperty (URLConnection)
  • addToBackStack (FragmentTransaction)
  • getContentResolver (Context)
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • Enumeration (java.util)
    A legacy iteration interface.New code should use Iterator instead. Iterator replaces the enumeration
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
  • Top plugins for WebStorm
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