Uses of Class
org.neotropic.util.visual.properties.AbstractProperty
-
-
Uses of AbstractProperty in com.neotropic.kuwaiba.modules.commercial.ipam
Methods in com.neotropic.kuwaiba.modules.commercial.ipam with parameters of type AbstractProperty Modifier and Type Method Description void
IpamUI. updatePropertyChanged(AbstractProperty<? extends Object> property)
-
Uses of AbstractProperty in com.neotropic.kuwaiba.modules.commercial.planning.projects
Methods in com.neotropic.kuwaiba.modules.commercial.planning.projects with parameters of type AbstractProperty Modifier and Type Method Description void
ProjectsUI. updatePropertyChanged(AbstractProperty<? extends Object> property)
Update project properties. -
Uses of AbstractProperty in com.neotropic.kuwaiba.modules.commercial.planning.projects.components
Methods in com.neotropic.kuwaiba.modules.commercial.planning.projects.components with parameters of type AbstractProperty Modifier and Type Method Description void
ProjectActivityDialog. updatePropertyChanged(AbstractProperty<? extends Object> property)
void
ProjectPoolDialog. updatePropertyChanged(AbstractProperty<? extends Object> property)
-
Uses of AbstractProperty in com.neotropic.kuwaiba.modules.commercial.whman
Methods in com.neotropic.kuwaiba.modules.commercial.whman with parameters of type AbstractProperty Modifier and Type Method Description void
WarehousesManagerUI. updatePropertyChanged(AbstractProperty<? extends Object> property)
-
Uses of AbstractProperty in org.neotropic.kuwaiba.core.configuration.proxies
Methods in org.neotropic.kuwaiba.core.configuration.proxies with parameters of type AbstractProperty Modifier and Type Method Description void
ProxyManagerUI. updatePropertyChanged(AbstractProperty<? extends Object> property)
Update properties for proxies. -
Uses of AbstractProperty in org.neotropic.kuwaiba.core.configuration.proxies.components
Methods in org.neotropic.kuwaiba.core.configuration.proxies.components with parameters of type AbstractProperty Modifier and Type Method Description void
PoolProxiesDialog. updatePropertyChanged(AbstractProperty<? extends Object> property)
-
Uses of AbstractProperty in org.neotropic.kuwaiba.core.configuration.variables
Methods in org.neotropic.kuwaiba.core.configuration.variables with parameters of type AbstractProperty Modifier and Type Method Description void
ConfigurationVariablesUI. updatePropertyChanged(AbstractProperty<? extends Object> property)
-
Uses of AbstractProperty in org.neotropic.kuwaiba.core.configuration.variables.components
Methods in org.neotropic.kuwaiba.core.configuration.variables.components with parameters of type AbstractProperty Modifier and Type Method Description void
PoolConfigurationDialog. updatePropertyChanged(AbstractProperty<? extends Object> property)
-
Uses of AbstractProperty in org.neotropic.kuwaiba.modules.commercial.contractman
Methods in org.neotropic.kuwaiba.modules.commercial.contractman with parameters of type AbstractProperty Modifier and Type Method Description void
ContractManagerUI. updatePropertyChanged(AbstractProperty<? extends Object> property)
Update properties for contracts. -
Uses of AbstractProperty in org.neotropic.kuwaiba.modules.commercial.contractman.components
Methods in org.neotropic.kuwaiba.modules.commercial.contractman.components with parameters of type AbstractProperty Modifier and Type Method Description void
PoolContractDialog. updatePropertyChanged(AbstractProperty<? extends Object> property)
-
Uses of AbstractProperty in org.neotropic.kuwaiba.modules.commercial.sync
Methods in org.neotropic.kuwaiba.modules.commercial.sync with parameters of type AbstractProperty Modifier and Type Method Description void
SynchronizationUI. updatePropertyChanged(AbstractProperty<? extends Object> property)
-
Uses of AbstractProperty in org.neotropic.kuwaiba.modules.commercial.sync.components
Methods in org.neotropic.kuwaiba.modules.commercial.sync.components that return types with arguments of type AbstractProperty Modifier and Type Method Description static List<AbstractProperty>
SyncDataSourceConfigurationPropertySheet. propertiesFromSyncDataSourceConfiguration(SyncDataSourceConfiguration syncDataSourceConfiguration, TranslationService ts, BusinessEntityManager bem)
Display sync data source configuration properties; used in sync frameworkstatic List<AbstractProperty>
SyncGroupPropertySheet. propertiesFromSyncGroup(SynchronizationGroup group, TranslationService ts)
Display sync group elements; used in sync frameworkMethods in org.neotropic.kuwaiba.modules.commercial.sync.components with parameters of type AbstractProperty Modifier and Type Method Description void
SyncGroupDialog. updatePropertyChanged(AbstractProperty<? extends Object> property)
-
Uses of AbstractProperty in org.neotropic.kuwaiba.modules.core.ltman
Methods in org.neotropic.kuwaiba.modules.core.ltman with parameters of type AbstractProperty Modifier and Type Method Description void
ListTypeManagerUI. updatePropertyChanged(AbstractProperty property)
-
Uses of AbstractProperty in org.neotropic.kuwaiba.modules.core.templateman
Methods in org.neotropic.kuwaiba.modules.core.templateman with parameters of type AbstractProperty Modifier and Type Method Description void
TemplateManagerUI. updatePropertyChanged(AbstractProperty property)
-
Uses of AbstractProperty in org.neotropic.kuwaiba.modules.optional.contactman
Methods in org.neotropic.kuwaiba.modules.optional.contactman with parameters of type AbstractProperty Modifier and Type Method Description void
ContactManagerUI. updatePropertyChanged(AbstractProperty<? extends Object> property)
-
Uses of AbstractProperty in org.neotropic.kuwaiba.modules.optional.layouteditor.widgets
Methods in org.neotropic.kuwaiba.modules.optional.layouteditor.widgets with parameters of type AbstractProperty Modifier and Type Method Description void
LayoutEditorDashboard. updatePropertyChanged(AbstractProperty property)
-
Uses of AbstractProperty in org.neotropic.kuwaiba.modules.optional.serviceman
Methods in org.neotropic.kuwaiba.modules.optional.serviceman with parameters of type AbstractProperty Modifier and Type Method Description void
ServiceManagerUI. updatePropertyChanged(AbstractProperty<? extends Object> property)
-
Uses of AbstractProperty in org.neotropic.kuwaiba.modules.optional.topoman.widgets
Methods in org.neotropic.kuwaiba.modules.optional.topoman.widgets with parameters of type AbstractProperty Modifier and Type Method Description void
TopologyManagerDashboard. updatePropertyChanged(AbstractProperty property)
-
Uses of AbstractProperty in org.neotropic.kuwaiba.visualization.api.properties
Methods in org.neotropic.kuwaiba.visualization.api.properties with parameters of type AbstractProperty Modifier and Type Method Description static String
PropertyValueConverter. getAsStringToPersist(AbstractProperty property)
-
Uses of AbstractProperty in org.neotropic.util.visual.properties
Subclasses of AbstractProperty in org.neotropic.util.visual.properties Modifier and Type Class Description class
BooleanProperty
Support for Boolean propertiesclass
BusinessObjectProperty
Property to select a business object.class
ColorProperty
Support for local-date-type propertiesclass
DateProperty
Support for date-type propertiesclass
DoubleProperty
Support for Double propertiesclass
IntegerProperty
Support for Integer propertiesclass
LocalDateProperty
Support for local-date-type propertiesclass
LocalDateTimeProperty
Support for local-date-time type propertiesclass
LongProperty
Support for Long propertiesclass
ObjectMultipleProperty
Support for multiple object propertiesclass
ObjectProperty
Support for object propertiesclass
StringProperty
Support for String like propertiesMethods in org.neotropic.util.visual.properties that return AbstractProperty Modifier and Type Method Description AbstractProperty
AdvancedEditorDialog. getProperty()
Methods in org.neotropic.util.visual.properties with parameters of type AbstractProperty Modifier and Type Method Description void
PropertySheet. firePropertyValueChangedEvent(AbstractProperty property)
void
AdvancedEditorDialog. setProperty(AbstractProperty property)
void
PropertySheet.IPropertyValueChangedListener. updatePropertyChanged(AbstractProperty<? extends Object> property)
Constructors in org.neotropic.util.visual.properties with parameters of type AbstractProperty Constructor Description AdvancedEditorDialog(AbstractProperty property, TranslationService ts)
Constructor parameters in org.neotropic.util.visual.properties with type arguments of type AbstractProperty Constructor Description PropertySheet(TranslationService ts, List<AbstractProperty> properties)
-