com.xpn.xwiki.gwt.api.client.dialog
Class ChoiceInfo

java.lang.Object
  extended by com.xpn.xwiki.gwt.api.client.dialog.ChoiceInfo

public class ChoiceInfo
extends java.lang.Object

See the NOTICE file distributed with this work for additional information regarding copyright ownership.

This is free software;you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation;either version2.1of the License,or(at your option)any later version.

This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this software;if not,write to the Free Software Foundation,Inc.,51 Franklin St,Fifth Floor,Boston,MA 02110-1301 USA,or see the FSF site:http://www.fsf.org.

Author:
ldubost

Constructor Summary
ChoiceInfo(XWikiGWTApp app, java.lang.String dialogTranslationName, java.lang.String name)
           
 
Method Summary
 java.lang.String getCSSName()
           
 java.lang.String getDescription()
           
 java.lang.String getImageURL()
           
 java.lang.String getName()
           
 java.lang.String getTitle()
           
 void setCSSName(java.lang.String cssName)
           
 void setDescription(java.lang.String description)
           
 void setImageURL(java.lang.String imageURL)
           
 void setName(java.lang.String name)
           
 void setTitle(java.lang.String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChoiceInfo

public ChoiceInfo(XWikiGWTApp app,
                  java.lang.String dialogTranslationName,
                  java.lang.String name)
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getTitle

public java.lang.String getTitle()

setTitle

public void setTitle(java.lang.String title)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getCSSName

public java.lang.String getCSSName()

setCSSName

public void setCSSName(java.lang.String cssName)

getImageURL

public java.lang.String getImageURL()

setImageURL

public void setImageURL(java.lang.String imageURL)


Copyright © 2004-2009 XWiki. All Rights Reserved.