Tabnine Logo
SType.setAttributeValue
Code IndexAdd Tabnine to your IDE (free)

How to use
setAttributeValue
method
in
org.opensingular.form.SType

Best Java code snippets using org.opensingular.form.SType.setAttributeValue (Showing top 8 results out of 315)

origin: org.opensingular/form-core

public SType<I> with(AtrRef<?, ?, ?> attribute, Object value) {
  setAttributeValue((AtrRef<?, ?, Object>) attribute, value);
  return this;
}
origin: org.opensingular/singular-form-core

public SType<I> with(AtrRef<?, ?, ?> attribute, Object value) {
  setAttributeValue((AtrRef<?, ?, Object>) attribute, value);
  return this;
}
origin: org.opensingular/form-core

public SType<I> with(String attributePath, Object value) {
  setAttributeValue(attributePath, value);
  return this;
}
origin: org.opensingular/singular-form-core

public AtrFormula set(Supplier<Object> supplier) {
  getType().setAttributeValue(SPackageBasic.ATR_FORMULA, null);
  return this;
}
origin: org.opensingular/form-core

public AtrFormula set(Supplier<Object> supplier) {
  getTipo().setAttributeValue(SPackageBasic.ATR_FORMULA, null);
  return this;
}
origin: org.opensingular/singular-form-core

@SuppressWarnings("rawtypes")
public <T extends SType<?>, V> void addAttribute(Class<? extends SType> typeClass, AtrRef<T, ?, V> atr, V attributeValue) {
  SType<?> targetType = getType(typeClass);
  SType<?> attribute = addAttributeInternal(targetType, atr);
  targetType.setAttributeValue(attribute, attributeValue);
}
origin: org.opensingular/singular-form-core

private static void readAttribute(ContextUnarchive ctx, SType<?> newType, SIPersistenceAttribute attribute) {
  if (!attribute.isLambdaValue()){
    newType.setAttributeValue(attribute.getAttrType(), attribute.getAttrValue());
  } else {
    newType.setAttributeValue(attribute.getAttrType(), null);
  }
}
origin: org.opensingular/form-core

@SuppressWarnings("rawtypes")
public <T extends SType<?>, V> void addAttribute(Class<? extends SType> typeClass, AtrRef<T, ?, V> atr, V attributeValue) {
  SType<?> targetType = getType(typeClass);
  SType<?> attribute = addAttributeInternal(targetType, atr);
  targetType.setAttributeValue(attribute, attributeValue);
}
org.opensingular.formSTypesetAttributeValue

Popular methods of SType

  • asAtr
  • getNameSimple
  • getName
  • asAtrProvider
  • getAttributeValue
  • isList
    Verificar se o tipo é um tipo lista ( STypeList).
  • getValidators
  • withView
  • asAtrBootstrap
  • getInstanceClass
  • isComposite
    Verificar se o tipo é um tipo composto ( STypeComposite).
  • getDependentTypes
  • isComposite,
  • getDependentTypes,
  • getDictionary,
  • hasAttributeDefinedInHierarchy,
  • isDependentType,
  • isTypeOf,
  • newInstance,
  • addAttribute,
  • addDependentType,
  • addInstanceValidator

Popular in Java

  • Reactive rest calls using spring rest template
  • compareTo (BigDecimal)
  • setScale (BigDecimal)
  • getSystemService (Context)
  • BorderLayout (java.awt)
    A border layout lays out a container, arranging and resizing its components to fit in five regions:
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • JarFile (java.util.jar)
    JarFile is used to read jar entries and their associated data from jar files.
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • Option (scala)
  • Github Copilot alternatives
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