Top "Clickable" questions

The tag refers to a graphics user interface item, which can be clicked using the mouse or tapped (in case of touchscreen application).

Disable Click Event on Android ListView Items

I'm trying to disable multiple click events on listview, say after pressing first click some media gets played from webservice, …

android listview clickable
How to disable clicking on ListView in android?

I have a ListView that I'm populating with values from my database. If the database is empty, I'm setting the …

android listview clickable
Clickable URL in a Winform Message Box?

I want to display a link to help in a message box. By default the text is displayed as a …

vb.net winforms url messagebox clickable
difference between `focusable` and `clickable`

What is the difference between clickable and focusable in android?

android focus clickable
Can't make URL clickable in UITextView

I'm using Interface Builder to layout my app. I have a UITextView that contains some text, part of which is …

ios url interface-builder uitextview clickable
Making a JButton invisible, but clickable?

How do I make a JButton in java, invisible, but clickable? button.setVisible(false); makes the button invisible, but unclickable, …

java swing jbutton invisible clickable
UILabel and NSLinkAttributeName: Link is not clickable

I want to use attributed strings with NSLinkAttributeName to create clickable links inside a UILabel instance within my iOS 7 project, …

ios7 uilabel nsurl nsattributedstring clickable
How do I make a checkbox unclickable *without* it being greyed out in the browser?

How do you create an HTML checkbox that is unclickable, but not greyed out? I used the disabled=disabled tag, …

javascript jquery html checkbox clickable
How to make p:graphicImage clickable and invoke bean action

I am using <p:graphicImage> like below: <div id="mapp"> <h3>Country Map</…

jsf primefaces clickable graphicimage
How to make underlying div unclickable?

I made overlay div with: position: absolute; top: 0; left: 0; widht: 100%; height: 100%; Basically I want this overlay div to cover my …

css html overlay clickable