mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUAC-1176: Field.Type is no longer absolutely all possible types - it is only the set of types supported by default.
This commit is contained in:
@@ -39,7 +39,11 @@ import org.codehaus.jackson.map.annotate.JsonSerialize;
|
||||
public class Field {
|
||||
|
||||
/**
|
||||
* All possible types of field.
|
||||
* All types of fields which are available by default. Additional field
|
||||
* types may be defined by extensions by using a unique field type name and
|
||||
* registering that name with the form service within JavaScript.
|
||||
*
|
||||
* See FormService.js.
|
||||
*/
|
||||
public static class Type {
|
||||
|
||||
|
Reference in New Issue
Block a user