Uses of Class
com.luciad.view.TLcdDataPropertyValueContext
Packages that use TLcdDataPropertyValueContext
Package
Description
This package provides functionality to create customizer panel factories for instances of
TLcdDataPropertyValueContext.-
Uses of TLcdDataPropertyValueContext in com.luciad.lucy.gui.customizer.dataproperty
Methods in com.luciad.lucy.gui.customizer.dataproperty that return TLcdDataPropertyValueContextModifier and TypeMethodDescriptionprotected final TLcdDataPropertyValueContextALcyDataPropertyCustomizerPanel.getPropertyValue()Returns theTLcdDataPropertyValueContextcurrentlyseton this customizer.Methods in com.luciad.lucy.gui.customizer.dataproperty that return types with arguments of type TLcdDataPropertyValueContextModifier and TypeMethodDescriptionTLcyDataPropertyValueFilters.createFilter(TLcdDataType aDataType, TLcdDataProperty... aDataProperties) Creates a filter that will accept instances ofTLcdDataPropertyValueContextwhosedata objecthas the passed data type and whoseexpressionis consistent with the passed data properties.TLcyDataPropertyValueFilters.createFilter(TLcdDataType aDataType, String... aExpressions) Creates a filter that will accept instances ofTLcdDataPropertyValueContextwhosedata objecthas the passed data type and whoseexpressionis equal to one of the passed expressions.Method parameters in com.luciad.lucy.gui.customizer.dataproperty with type arguments of type TLcdDataPropertyValueContextModifier and TypeMethodDescriptionTLcyDataPropertyValueCustomizerPanelFactories.createCheckBoxCustomizerPanelFactory(ILcdFilter<TLcdDataPropertyValueContext> aPropertyValueFilter) Creates aILcyCustomizerPanelFactorythat creates a check box customizer for instances ofTLcdDataPropertyValueContextthat contain boolean values.TLcyDataPropertyValueCustomizerPanelFactories.createComboBoxCustomizerPanelFactory(ILcdFilter<TLcdDataPropertyValueContext> aPropertyValueFilter, Set<?> aPossibleValues) Creates aILcyCustomizerPanelFactorythat creates a combobox customizer using the passed set of values.TLcyDataPropertyValueCustomizerPanelFactories.createCustomizerPanelFactory(TLcdDataProperty aDataProperty, ILcdFilter<TLcdDataPropertyValueContext> aPropertyValueFilter) This method creates a customizer factory implementation for the passedTLcdDataProperty.TLcyDataPropertyValueCustomizerPanelFactories.createGeneralCustomizerPanelFactory(ILcdFilter<TLcdDataPropertyValueContext> aPropertyValueFilter) Returns a factory that can create data property value customizers if the following conditions apply: The object to create a customizer for is an instance ofTLcdDataPropertyValueContext.TLcyDataPropertyValueCustomizerPanelFactories.createTextFieldCustomizerPanelFactory(ILcdFilter<TLcdDataPropertyValueContext> aPropertyValueFilter, int aMinNbOfChars, int aMaxNbOfChars, boolean aEmptyStringForNull) Creates aILcyCustomizerPanelFactorythat creates a text field customizer with input validation for string values of the specified data property, making sure the length of the string is within the bounds.TLcyDataPropertyValueCustomizerPanelFactories.createTextFieldCustomizerPanelFactory(ILcdFilter<TLcdDataPropertyValueContext> aPropertyValueFilter, Format aFormat) Creates aILcyCustomizerPanelFactorythat creates a text field customizer that can edit instances ofTLcdDataPropertyValueContextif the passed format can convert strings to values and vice versa.