org.apache.pluto.om.common
Interface PreferenceCtrl

All Superinterfaces:
Controller

public interface PreferenceCtrl
extends Controller

The PreferenceCtrl interface provides access to change a preference and its attributes.

This interface defines the controller as known from the MVC pattern. Its purpose is to provide write access to the data stored in the model.


Method Summary
 void setName(java.lang.String name)
          Sets the name
 void setReadOnly(java.lang.String readOnly)
          Defines whether this preference is modifiable
 void setValues(java.util.List values)
          Sets the value
 

Method Detail

setName

void setName(java.lang.String name)
Sets the name

Parameters:
name - the new name

setValues

void setValues(java.util.List values)
Sets the value

Parameters:
values - the new values

setReadOnly

void setReadOnly(java.lang.String readOnly)
Defines whether this preference is modifiable

Parameters:
readOnly - true, if this preference is modifiable


Copyright © 2003-2010 . All Rights Reserved.