|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.ccd.ui.portlets.massupdate.ItemAttribute
public class ItemAttribute
Thsi class is a wrapper over Attributre
class.
Constructor Summary | |
---|---|
ItemAttribute()
Constructor |
Method Summary | |
---|---|
Attribute |
getAttribute()
returns the Attribute object |
java.lang.String |
getDisplayName()
|
boolean |
getIsDisplayable()
returns the boolean |
int |
getListBoxIndex()
|
java.lang.String |
getName()
|
boolean |
isEditable()
|
boolean |
isSelected()
|
void |
setAttribute(Attribute attribute)
sets the Attribute object |
void |
setEditable(boolean b)
|
void |
setIsDisplayable(boolean isDisplayable)
Sets the field isDisplayable |
void |
setListBoxIndex(int listBoxIndex)
|
void |
setName(java.lang.String string)
|
void |
setSelected(boolean selected)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ItemAttribute()
Method Detail |
---|
public boolean getIsDisplayable()
public void setIsDisplayable(boolean isDisplayable)
isDisplayable
- public Attribute getAttribute()
Attribute
object
public void setAttribute(Attribute attribute)
Attribute
object
attribute
- public java.lang.String getName()
getName
in interface ISelectListTag
public void setName(java.lang.String string)
string
- public boolean isEditable()
public void setEditable(boolean b)
b
- public java.lang.String getDisplayName()
getDisplayName
in interface ISelectListTag
public int getListBoxIndex()
getListBoxIndex
in interface ISelectListTag
public boolean isSelected()
isSelected
in interface ISelectListTag
public void setSelected(boolean selected)
selected
- The selected to set.public void setListBoxIndex(int listBoxIndex)
listBoxIndex
- The listBoxIndex to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |