Class ImageCapture
java.lang.Object
org.eclnt.jsfserver.defaultscreens.ImageCapture
- All Implemented Interfaces:
Serializable
Server side representation of ImageCapture include/control.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionDummy constructor which is only required for stand allone testing of component, running "against" a plain managed bean instance. -
Method Summary
Modifier and TypeMethodDescriptionorg.eclnt.jsfserver.elements.impl.PANEComponentInternal use.org.eclnt.jsfserver.elements.impl.PANEComponentInternal use.Internal use.Internal use.Internal use.Hex string representing the image that is shown on client side.Currently selected image.booleanInternal use.Internal use.voidvoidonNext(ActionEvent ae) Internal use.voidInternal use.voidprepare(IImageCaptureProvider logic) Pass logic connection to this object.voidSelects a certain information aspect.voidsetCommandPane(org.eclnt.jsfserver.elements.impl.PANEComponent value) Internal use.voidsetIconPane(org.eclnt.jsfserver.elements.impl.PANEComponent value) Internal use.voidsetRefExpression(String value) Internal use.voidShort version for calling updateComponent(true).voidupdateComponent(boolean applyDefaultSelection) When changing the inner content of the component (e.g.voidInternal use.voidInternal use.
-
Constructor Details
-
ImageCapture
public ImageCapture()Dummy constructor which is only required for stand allone testing of component, running "against" a plain managed bean instance. Please use the other constructor for serious usage. -
ImageCapture
-
-
Method Details
-
setRefExpression
Internal use. -
getUploadTrigger
Internal use. -
getRefExpression
Internal use. -
prepare
Pass logic connection to this object. The method is called by the constructor - you do not have to call twice when creating an object instance. - But you may call it later on, to re-initialize the object for a second usage. -
getInvokers
Internal use. -
getLinkInvokers
Internal use. -
getSelImageData
Currently selected image. -
getSelHexImage
Hex string representing the image that is shown on client side. -
getIconPane
public org.eclnt.jsfserver.elements.impl.PANEComponent getIconPane()Internal use. -
setIconPane
public void setIconPane(org.eclnt.jsfserver.elements.impl.PANEComponent value) Internal use. -
getCommandPane
public org.eclnt.jsfserver.elements.impl.PANEComponent getCommandPane()Internal use. -
setCommandPane
public void setCommandPane(org.eclnt.jsfserver.elements.impl.PANEComponent value) Internal use. -
getUploadRendered
public boolean getUploadRendered()Internal use. -
uploadRequest
Internal use. -
uploadExecute
Internal use. -
onNext
Internal use. -
onPrevious
Internal use. -
onHexImageAction
-
selectImageData
Selects a certain information aspect. Corresponding icon is highlighted and the image associated with the information aspect is show. Same effect as when user selects image by icon selection. -
updateComponent
public void updateComponent()Short version for calling updateComponent(true). -
updateComponent
public void updateComponent(boolean applyDefaultSelection) When changing the inner content of the component (e.g. removing icons, rows, ...) the component needs to be notified about the change in order to update its rendering.
-