Uses of Interface
com.iizix.prop.image.IImageTarget
Uses of IImageTarget in com.iizigo.image.prop
Classes in com.iizigo.image.prop that implement IImageTarget Modifier and Type Class Description class
EditorFontIconDefinition
Font icon definition property container for the Editor.class
EditorImageDefinition
This Image Definition part property container for the Editor.class
EditorImageLocation
This Image Location has the location of the image part.class
EditorStyledImageDefinition
This Styled Image Definition part property container for the Editor.class
EditorSVGDefinition
SVG definition property container for the Editor.Uses of IImageTarget in com.iizigo.prop.editor
Method parameters in com.iizigo.prop.editor with type arguments of type IImageTarget Modifier and Type Method Description void
ImageReferencePropEditor. initialize(AbstractReference<IImageTarget> prop)
Initializes a newly created property (e.g.Uses of IImageTarget in com.iizigo.prop.editor.dialog
Methods in com.iizigo.prop.editor.dialog that return IImageTarget Modifier and Type Method Description IImageTarget
RichTextEditorDialog. getImageTarget(java.lang.String ref)
Gets the image reference.Uses of IImageTarget in com.iizigo.text
Methods in com.iizigo.text that return IImageTarget Modifier and Type Method Description IImageTarget
KStringInfoProviderAdapter. getImageTarget(java.lang.String ref)
Gets the image reference.IImageTarget
TextTableEditor. getImageTarget(java.lang.String ref)
Gets the image reference.Uses of IImageTarget in com.iizix.barcode
Methods in com.iizix.barcode that return IImageTarget Modifier and Type Method Description IImageTarget
BarcodeURN. getImageTarget()
Gets the image target interface for this URN instance.Uses of IImageTarget in com.iizix.prop
Methods in com.iizix.prop that return IImageTarget Modifier and Type Method Description IImageTarget
Styles. getBackgroundImage()
Gets the background image.abstract IImageTarget
PropMgrInfoProviderAdapter. getImageTarget(java.lang.String ref)
Gets the image reference.Methods in com.iizix.prop with parameters of type IImageTarget Modifier and Type Method Description boolean
Styles. setBackgroundImage(IImageTarget image)
Sets the background image.boolean
ImageReference. setImage(IImageTarget image)
Sets the image reference to the specified image.Uses of IImageTarget in com.iizix.prop.image
Classes in com.iizix.prop.image that implement IImageTarget Modifier and Type Class Description class
FontIconDefinition
The definition of a single font icon and how it represent itself in the various states, e.g.class
ImageDefinition
Single image definition property container.class
ImageLocation
This Image Location property container.class
RuntimeImageDefinition
The runtime image definition is used to provide images at runtime that are images located in other files than the asset files.class
StyledImageDefinition
Image States Definition property container when a single image file has one image in many states and possibly resolutions.class
SVGDefinition
The SVG Image Definition property container contains a reference to an SVG file in the Assets.Methods in com.iizix.prop.image that return IImageTarget Modifier and Type Method Description static IImageTarget
IImageTarget. lookUp(GProp<?> property, java.lang.String reference)
Static look-up of an image from a reference.Uses of IImageTarget in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return IImageTarget Modifier and Type Method Description IImageTarget
UIImage. getImage()
Gets the image.IImageTarget
UIImage2. getImage()
Gets the image.Methods in com.iizix.prop.ui with parameters of type IImageTarget Modifier and Type Method Description void
IUIImage2Listener. onImageChanged(UIImage2 image, IImageTarget imageTarget)
Change of image caused by the user selecting a new image (theimageTarget
isnull
), some programmatic call not directly caused by the user, but as a result of a user change at some earlier point in time, or that the VirtualSpace value was changed.boolean
UIImage. setImage(IImageTarget image)
Sets the image.boolean
UIImage2. setImage(IImageTarget image)
Sets the image.Uses of IImageTarget in com.iizix.prop.ui.mlist
Methods in com.iizix.prop.ui.mlist that return IImageTarget Modifier and Type Method Description default IImageTarget
IMListContentProvider. getIcon(VSRow row, MLItem listItem, IImageTarget iImageTarget)
Gets the icon to use for the list item and the specified VS row.IImageTarget
IMListIconProvider. getIcon(VSRow row, MLGroup group, MLItem listItem)
Gets the icon to use for the list item and the specified VS row.IImageTarget
MLContentProvider. getIcon(VSRow row, MLItem listItem, IImageTarget iImageTarget)
Gets the icon to use for the list item and the specified VS row.IImageTarget
MLItem. getIcon()
Gets the image assigned as the icon for the list item.Methods in com.iizix.prop.ui.mlist with parameters of type IImageTarget Modifier and Type Method Description default IImageTarget
IMListContentProvider. getIcon(VSRow row, MLItem listItem, IImageTarget iImageTarget)
Gets the icon to use for the list item and the specified VS row.IImageTarget
MLContentProvider. getIcon(VSRow row, MLItem listItem, IImageTarget iImageTarget)
Gets the icon to use for the list item and the specified VS row.boolean
MLItem. setIcon(IImageTarget image)
Sets the image assigned as the icon for the list item.Uses of IImageTarget in com.iizix.prop.ui.table
Methods in com.iizix.prop.ui.table that return IImageTarget Modifier and Type Method Description IImageTarget
TableCell. getImageTarget(java.lang.String ref)
Gets the image reference.Uses of IImageTarget in com.iizix.server.app
Methods in com.iizix.server.app that return IImageTarget Modifier and Type Method Description IImageTarget
AppFactory. getImageTarget(java.lang.String ref)
Gets the image reference.Uses of IImageTarget in com.iizix.server.wsfile
Methods in com.iizix.server.wsfile that return IImageTarget Modifier and Type Method Description IImageTarget
ImageURNProvider. getImageTarget(URNResourceType type, java.lang.String name)
Gets the image target reference.Uses of IImageTarget in com.iizix.text
Methods in com.iizix.text that return IImageTarget Modifier and Type Method Description IImageTarget
IKStringInfoProvider. getImageTarget(java.lang.String ref)
Gets the image reference.default IImageTarget
IKStringValuePropHolder. getImageTarget(java.lang.String ref)
Gets the image reference.IImageTarget
ValidationKStringInfoProviderHolder. getImageTarget(java.lang.String ref)
Gets the image reference.Uses of IImageTarget in com.iizix.urn
Methods in com.iizix.urn that return IImageTarget Modifier and Type Method Description IImageTarget
URN. getImageTarget()
Gets the image target interface for this URN instance, if supported.IImageTarget
URNResource. getImageTarget()
Gets the image target interface for this URN instance, if supported.Uses of IImageTarget in com.iizix.urn.image
Methods in com.iizix.urn.image that return IImageTarget Modifier and Type Method Description IImageTarget
IImageURNProvider. getImageTarget(URNResourceType type, java.lang.String name)
Gets the image target reference.