Message.java :  » JBoss » richfaces-ui-3.3.2 » org » richfaces » demo » Java Open Source

Java Open Source » JBoss » richfaces ui 3.3.2 
richfaces ui 3.3.2 » org » richfaces » demo » Message.java
/**
 * 
 */
package org.richfaces.demo;

/**
 * @author Anton Belevich
 *
 */
public class Message {
  
  public String layout = "table";

  public String getLayout() {
    return layout;
  }

  public void setLayout(String layout) {
    this.layout = layout;
  }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.