java中setEditable(false)是什么意思
6个回答
2015-09-22 · 做真实的自己 用良心做教育
千锋教育
千锋教育专注HTML5大前端、JavaEE、Python、人工智能、UI&UE、云计算、全栈软件测试、大数据、物联网+嵌入式、Unity游戏开发、网络安全、互联网营销、Go语言等培训教育。
向TA提问
关注
展开全部
setselected(false)是设置选项不可用。
通常在实际的应用中,如选择了性别为男,那么关于一些女性的设置选项就不需要填写了,此时为了防止误操作,那么久就把下拉选框设置为”灰色“(禁用)。
备注:如果想启用的话,直接setselected(true)即可。
通常在实际的应用中,如选择了性别为男,那么关于一些女性的设置选项就不需要填写了,此时为了防止误操作,那么久就把下拉选框设置为”灰色“(禁用)。
备注:如果想启用的话,直接setselected(true)即可。
展开全部
使调用这个函数的控件不能被编辑,如果设为true或者不调用这个函数,则控件可以编辑
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
setEditable
public void setEditable(boolean b)
Sets the flag that determines whether or not this text component is editable.
If the flag is set to true, this text component becomes user editable. If the flag is set to false, the user cannot change the text of this text component. By default, non-editable text components have a background color of SystemColor.control. This default can be overridden by calling setBackground.
Parameters:
b - a flag indicating whether this text component is user editable.
Since:
JDK1.0
See Also:
isEditable()
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
setEnabled
public void setEnabled(boolean b)
Enables or disables this component, depending on the value of the parameter b. An enabled component can respond to user input and generate events. Components are enabled initially by default.
Note: Disabling a lightweight component does not prevent it from receiving MouseEvents.
Note: Disabling a heavyweight container prevents all components in this container from receiving any input events. But disabling a lightweight container affects only this container.
Parameters:
b - If true, this component is enabled; otherwise this component is disabled
Since:
JDK1.1
See Also:
isEnabled(), isLightweight()
以上是官方API解释,我英语不好,哈哈。你要是看懂了告诉俺一下,这里面好像是用户可以编辑,还有就是系统编辑,就是有些文本框,我们输入不进去,但是系统能输入进去。
public void setEditable(boolean b)
Sets the flag that determines whether or not this text component is editable.
If the flag is set to true, this text component becomes user editable. If the flag is set to false, the user cannot change the text of this text component. By default, non-editable text components have a background color of SystemColor.control. This default can be overridden by calling setBackground.
Parameters:
b - a flag indicating whether this text component is user editable.
Since:
JDK1.0
See Also:
isEditable()
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
setEnabled
public void setEnabled(boolean b)
Enables or disables this component, depending on the value of the parameter b. An enabled component can respond to user input and generate events. Components are enabled initially by default.
Note: Disabling a lightweight component does not prevent it from receiving MouseEvents.
Note: Disabling a heavyweight container prevents all components in this container from receiving any input events. But disabling a lightweight container affects only this container.
Parameters:
b - If true, this component is enabled; otherwise this component is disabled
Since:
JDK1.1
See Also:
isEnabled(), isLightweight()
以上是官方API解释,我英语不好,哈哈。你要是看懂了告诉俺一下,这里面好像是用户可以编辑,还有就是系统编辑,就是有些文本框,我们输入不进去,但是系统能输入进去。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
引用万能度神娘的回答:
setselected(false)是设置选项不可用。
通常在实际的应用中,如选择了性别为男,那么关于一些女性的设置选项就不需要填写了,此时为了防止误操作,那么久就把下拉选框设置为”灰色“(禁用)。
备注:如果想启用的话,直接setselected(true)即可。
setselected(false)是设置选项不可用。
通常在实际的应用中,如选择了性别为男,那么关于一些女性的设置选项就不需要填写了,此时为了防止误操作,那么久就把下拉选框设置为”灰色“(禁用)。
备注:如果想启用的话,直接setselected(true)即可。
展开全部
你没发现你答非所问吗
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
使那个编辑框不能编辑吧~也就不能修改。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询