public interface I_CmsListItem extends I_CmsTruncable, I_CmsDraggable
限定符和类型 | 方法和说明 |
---|---|
void |
add(com.google.gwt.user.client.ui.Widget w)
Adds a widget to this list item.
|
java.lang.String |
getId()
Returns the logical id, it is not the HTML id.
|
void |
setId(java.lang.String id)
Sets the logical id, it is not the HTML id.
|
truncate
getDragHelper, getElement, getParentTarget, getPlaceholder, onDragCancel, onDrop, onStartDrag
void add(com.google.gwt.user.client.ui.Widget w)
w
- the widget to addjava.lang.String getId()
getId
在接口中 I_CmsDraggable
void setId(java.lang.String id)
id
- the id to set