public class ConfigFieldAttributes extends Object
| Constructor and Description | 
|---|
ConfigFieldAttributes()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getFieldLengthMax()  | 
ConfigField.FieldType | 
getFieldType()  | 
List<KeyValuePair> | 
getOptions()  | 
int | 
getSelectSize()  | 
int | 
getWeight()  | 
boolean | 
isLongField()  | 
void | 
setFieldLengthMax(int max)  | 
void | 
setFieldType(ConfigField.FieldType t)  | 
void | 
setLongField(boolean val)  | 
void | 
setOptions(List<KeyValuePair> options)  | 
void | 
setSelectSize(int selSize)  | 
void | 
setWeight(int weight)  | 
public ConfigField.FieldType getFieldType()
public void setFieldType(ConfigField.FieldType t)
public int getWeight()
public void setWeight(int weight)
public void setOptions(List<KeyValuePair> options)
public List<KeyValuePair> getOptions()
public int getFieldLengthMax()
public void setFieldLengthMax(int max)
public boolean isLongField()
public void setLongField(boolean val)
public void setSelectSize(int selSize)
public int getSelectSize()
Copyright © 2008–2020 The Plugin People. All rights reserved.