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 BinaryPreviewer
PreviewUtils. 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 BinaryPreviewer
BinaryFieldPanel. 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 BinaryPreviewer
PreviewUtils. 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 BinaryPreviewer
BinaryFieldPanel. 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 class
BinaryCertPreviewer
class
BinaryImagePreviewer
class
BinaryPDFPreviewer
class
BinaryTextPreviewer
class
DefaultPreviewer
-