Uses of Class
org.apache.syncope.client.ui.commons.markup.html.form.preview.BinaryPreviewer
-
-
Uses of BinaryPreviewer in org.apache.syncope.client.console.commons
Methods in org.apache.syncope.client.console.commons that return BinaryPreviewer Modifier and Type Method Description BinaryPreviewerPreviewUtils. getPreviewer(String mimeType) -
Uses of BinaryPreviewer in org.apache.syncope.client.console.init
Methods in org.apache.syncope.client.console.init that return types with arguments of type BinaryPreviewer Modifier and Type Method Description Class<? extends BinaryPreviewer>ClassPathScanImplementationLookup. getPreviewerClass(String mimeType) -
Uses of BinaryPreviewer in org.apache.syncope.client.console.wicket.markup.html.form
Fields in org.apache.syncope.client.console.wicket.markup.html.form declared as BinaryPreviewer Modifier and Type Field Description protected BinaryPreviewerBinaryFieldPanel. previewer -
Uses of BinaryPreviewer in org.apache.syncope.client.enduser.commons
Methods in org.apache.syncope.client.enduser.commons that return BinaryPreviewer Modifier and Type Method Description BinaryPreviewerPreviewUtils. getPreviewer(String mimeType) -
Uses of BinaryPreviewer in org.apache.syncope.client.enduser.init
Methods in org.apache.syncope.client.enduser.init that return types with arguments of type BinaryPreviewer Modifier and Type Method Description Class<? extends BinaryPreviewer>ClassPathScanImplementationLookup. getPreviewerClass(String mimeType) -
Uses of BinaryPreviewer in org.apache.syncope.client.enduser.markup.html.form
Fields in org.apache.syncope.client.enduser.markup.html.form declared as BinaryPreviewer Modifier and Type Field Description protected BinaryPreviewerBinaryFieldPanel. previewer -
Uses of BinaryPreviewer in org.apache.syncope.client.ui.commons.markup.html.form.preview
Subclasses of BinaryPreviewer in org.apache.syncope.client.ui.commons.markup.html.form.preview Modifier and Type Class Description classBinaryCertPreviewerclassBinaryImagePreviewerclassBinaryPDFPreviewerclassBinaryTextPreviewerclassDefaultPreviewer
-