Class Code
- java.lang.Object
-
- org.primefaces.extensions.model.codescanner.Code
-
public class Code extends java.lang.ObjectModel object for scanned code handling ofCodeScannercomponent.- Since:
- 8.0.5
- Author:
- Jasper de Vries <jepsar@gmail.com>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCode.Format
-
Constructor Summary
Constructors Constructor Description Code(java.lang.String value, Code.Format format)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Code.FormatgetFormat()java.lang.StringgetValue()
-
-
-
Constructor Detail
-
Code
public Code(java.lang.String value, Code.Format format)
-
-
Method Detail
-
getValue
public java.lang.String getValue()
-
getFormat
public Code.Format getFormat()
-
-