public class BaseStateAction extends AbstractModel
header, skipSign
Constructor and Description |
---|
BaseStateAction() |
BaseStateAction(BaseStateAction source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getDelText()
Get Delete button text.
|
String |
getDelTips()
Get Delete-disabled hint.
|
String |
getEditText()
Get Edit button text.
|
String |
getEditTips()
Get Edit-disabled hint.
|
Boolean |
getIsDel()
Get Whether the deletion button is clickable.
|
Boolean |
getIsEdit()
Get Whether the edit button is clickable.
|
Boolean |
getShowCopy()
Get Whether the copy button is visible.
|
Boolean |
getShowDel()
Get Whether the deletion button is visible.
|
Boolean |
getShowEdit()
Get Whether the edit button is visible.
|
Boolean |
getShowRename()
Get Whether renaming is allowed.
|
Boolean |
getShowView()
Get Whether it is visible.
|
void |
setDelText(String DelText)
Set Delete button text.
|
void |
setDelTips(String DelTips)
Set Delete-disabled hint.
|
void |
setEditText(String EditText)
Set Edit button text.
|
void |
setEditTips(String EditTips)
Set Edit-disabled hint.
|
void |
setIsDel(Boolean IsDel)
Set Whether the deletion button is clickable.
|
void |
setIsEdit(Boolean IsEdit)
Set Whether the edit button is clickable.
|
void |
setShowCopy(Boolean ShowCopy)
Set Whether the copy button is visible.
|
void |
setShowDel(Boolean ShowDel)
Set Whether the deletion button is visible.
|
void |
setShowEdit(Boolean ShowEdit)
Set Whether the edit button is visible.
|
void |
setShowRename(Boolean ShowRename)
Set Whether renaming is allowed.
|
void |
setShowView(Boolean ShowView)
Set Whether it is visible.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BaseStateAction()
public BaseStateAction(BaseStateAction source)
public Boolean getShowEdit()
public void setShowEdit(Boolean ShowEdit)
ShowEdit
- Whether the edit button is visible.
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getIsEdit()
public void setIsEdit(Boolean IsEdit)
IsEdit
- Whether the edit button is clickable.
Note: This field may return null, indicating that no valid values can be obtained.public String getEditText()
public void setEditText(String EditText)
EditText
- Edit button text.
Note: This field may return null, indicating that no valid values can be obtained.public String getEditTips()
public void setEditTips(String EditTips)
EditTips
- Edit-disabled hint.
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getShowDel()
public void setShowDel(Boolean ShowDel)
ShowDel
- Whether the deletion button is visible.
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getIsDel()
public void setIsDel(Boolean IsDel)
IsDel
- Whether the deletion button is clickable.
Note: This field may return null, indicating that no valid values can be obtained.public String getDelText()
public void setDelText(String DelText)
DelText
- Delete button text.
Note: This field may return null, indicating that no valid values can be obtained.public String getDelTips()
public void setDelTips(String DelTips)
DelTips
- Delete-disabled hint.
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getShowCopy()
public void setShowCopy(Boolean ShowCopy)
ShowCopy
- Whether the copy button is visible.
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getShowView()
public void setShowView(Boolean ShowView)
ShowView
- Whether it is visible.
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getShowRename()
public void setShowRename(Boolean ShowRename)
ShowRename
- Whether renaming is allowed.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.